Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2021-11-13T02:49:13.702Z||main|||||INFO|500||The following profiles are active: basic
2021-11-13T02:49:21.772Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-13T02:49:21.773Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-13T02:49:21.842Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-13T02:49:23.924Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-13T02:49:24.121Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-13T02:49:24.583Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-13T02:49:24.591Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-13T02:49:24.657Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-13T02:49:24.741Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-13T02:49:25.086Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-13T02:49:25.728Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-13T02:49:27.261Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-13T02:49:27.304Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-13T02:49:27.738Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-13T02:49:27.828Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-11-13T02:49:28.889Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-13T02:49:29.725Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-13T02:49:29.741Z||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$$d192f0e0.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-13T02:49:29.742Z||main|||||WARN|500||The sdc end point is not alive
2021-11-13T02:49:32.129Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-11-13T02:49:34.464Z||main|||||WARN|500||---
2021-11-13T02:49:34.465Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-13T02:49:34.465Z||main|||||WARN|500||---
2021-11-13T02:49:34.794Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-13T02:49:38.763Z||main|||||INFO|500||Started Application in 28.824 seconds (JVM running for 29.802)
2021-11-13T02:49:38.771Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-13T02:49:38.771Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-13T02:49:38.780Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-13T02:49:38.802Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-13T02:49:38.882Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52e3ff20-6398-45e1-969f-843f009ef6fe url= /sdc/v1/artifactTypes
2021-11-13T02:49:38.882Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-13T02:49:39.202Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-13T02:49:39.259Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-13T02:49:39.320Z||scheduling-1|||||DEBUG|500||create keys
2021-11-13T02:49:39.359Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-13T02:49:40.041Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:49:40.061Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4c62ae91-0e5e-43d8-aee3-0b22530e8ca4 url= /sdc/v1/registerForDistribution
2021-11-13T02:49:40.726Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4c62ae91-0e5e-43d8-aee3-0b22530e8ca4 url= /sdc/v1/registerForDistribution
2021-11-13T02:49:40.726Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-13T02:49:40.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:49:40.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:49:40.741Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-13T02:49:40.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:49:40.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:49:40.743Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:49:40.743Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:49:52.188Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:49:52.685Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:50:40.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:50:40.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:50:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:50:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:50:40.738Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:50:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:50:50.288Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:50:50.288Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:51:40.734Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:51:40.735Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:51:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:51:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:51:40.740Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:51:40.740Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:51:50.281Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:51:50.283Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:52:40.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:52:40.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:52:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:52:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:52:40.739Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:52:40.739Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:52:50.276Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:52:50.278Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:53:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:53:40.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:53:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:53:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:53:40.738Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:53:40.739Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:53:50.277Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:53:50.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:54:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:54:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:54:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:54:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:54:40.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.
2021-11-13T02:54:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:54:50.277Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:54:50.283Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:55:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:55:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:55:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:55:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:55:40.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.
2021-11-13T02:55:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:55:50.277Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:55:50.277Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:56:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:56:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:56:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:56:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:56:40.739Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:56:40.740Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:56:50.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:56:50.279Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:57:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:57:40.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:57:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:57:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:57:40.737Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:57:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:57:50.277Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:57:50.278Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:58:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:58:40.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:58:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:58:40.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:58:40.739Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:58:40.740Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:58:50.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:58:50.275Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:59:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:59:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:59:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:59:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:59:40.738Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:59:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:59:50.275Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T02:59:50.279Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:00:02.524Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-13T03:00:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:00:40.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:00:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:00:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:00:40.738Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:00:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:00:50.278Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:00:50.279Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:01:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:01:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:01:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:01:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:01:40.738Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:01:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:01:50.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:01:50.277Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:02:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:02:40.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:02:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:02:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:02:40.738Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:02:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:02:50.279Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:02:50.281Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:03:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:03:40.736Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:03:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:03:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:03:40.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.
2021-11-13T03:03:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:03:50.276Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:03:50.279Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:04:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:04:40.736Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:04:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:04:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:04:40.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.
2021-11-13T03:04:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:04:50.275Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:04:50.278Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:05:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:05:40.735Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:05:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:05:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:05:40.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.
2021-11-13T03:05:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:05:50.276Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:05:50.276Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:06:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:06:40.735Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:06:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:06:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:06:40.738Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:06:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:06:50.272Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:06:50.274Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:07:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:07:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:07:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:07:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:07:40.739Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:07:40.739Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:07:50.274Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:07:50.276Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:08:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:08:40.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:08:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:08:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:08:40.738Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:08:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:08:50.276Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:08:50.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:09:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:09:40.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:09:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:09:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:09:40.738Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:09:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:09:50.274Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:09:50.276Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:10:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:10:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:10:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:10:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:10:40.738Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:10:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:10:50.289Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:10:50.300Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:11:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:11:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:11:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:11:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:11:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:11:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:11:50.274Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:11:50.278Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:12:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:12:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:12:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:12:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:12:40.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.
2021-11-13T03:12:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:12:50.272Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:12:50.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:13:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:13:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:13:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:13:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:13:40.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.
2021-11-13T03:13:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:13:50.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:13:50.278Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:14:40.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:14:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:14:40.737Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:14:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:14:40.738Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:14:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:14:50.280Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:14:50.282Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:15:40.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:15:40.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:15:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:15:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:15:40.737Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:15:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:15:50.279Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:15:50.282Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:16:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:16:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:16:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:16:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:16:40.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.
2021-11-13T03:16:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:16:50.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:16:50.281Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:17:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:17:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:17:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:17:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:17:40.738Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:17:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:17:50.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:17:50.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:18:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:18:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:18:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:18:40.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:18:40.738Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:18:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:18:50.270Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:18:50.280Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:19:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:19:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:19:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:19:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:19:40.737Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:19:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:19:50.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:19:50.276Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:20:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:20:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:20:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:20:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:20:40.737Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:20:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:20:50.270Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:20:50.288Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:21:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:21:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:21:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:21:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:21:40.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.
2021-11-13T03:21:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:21:50.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:21:50.275Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:22:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:22:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:22:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:22:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:22:40.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.
2021-11-13T03:22:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:22:50.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:22:50.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:23:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:23:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:23:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:23:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:23:40.738Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:23:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:23:50.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:23:50.278Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:24:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:24:40.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:24:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:24:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:24:40.738Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:24:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:24:50.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:24:50.276Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:25:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:25:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:25:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:25:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:25:40.738Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:25:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:25:50.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:25:50.277Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:26:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:26:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:26:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:26:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:26:40.738Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:26:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:26:50.278Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:26:50.278Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:27:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:27:40.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:27:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:27:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:27:40.738Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:27:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:27:50.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:27:50.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:28:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:28:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:28:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:28:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:28:40.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.
2021-11-13T03:28:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:28:50.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:28:50.275Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:29:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:29:40.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:29:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:29:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:29:40.738Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:29:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:29:50.274Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:29:50.278Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:30:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:30:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:30:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:30:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:30:40.737Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:30:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:30:50.274Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:30:50.274Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:31:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:31:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:31:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:31:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:31:40.738Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:31:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:31:50.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:31:50.275Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:32:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:32:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:32:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:32:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:32:40.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.
2021-11-13T03:32:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:32:50.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:32:50.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:33:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:33:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:33:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:33:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:33:40.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.
2021-11-13T03:33:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:33:50.274Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:33:50.287Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:34:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:34:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:34:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:34:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:34:40.737Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:34:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:34:50.270Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:34:50.272Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:35:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:35:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:35:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:35:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:35:40.738Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:35:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:35:50.278Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:35:50.277Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:36:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:36:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:36:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:36:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:36:40.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.
2021-11-13T03:36:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:36:50.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:36:50.275Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:37:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:37:40.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:37:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:37:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:37:40.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.
2021-11-13T03:37:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:37:50.274Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:37:50.277Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:38:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:38:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:38:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:38:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:38:40.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.
2021-11-13T03:38:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:38:50.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:38:50.276Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:39:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:39:40.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:39:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:39:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:39:40.738Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:39:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:39:50.277Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:39:50.277Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:40:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:40:40.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:40:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:40:40.737Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:40:40.738Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:40:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:40:50.286Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:40:50.287Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:41:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:41:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:41:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:41:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:41:40.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.
2021-11-13T03:41:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:41:50.274Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:41:50.276Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:42:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:42:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:42:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:42:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:42:40.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.
2021-11-13T03:42:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:42:50.276Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:42:50.278Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:43:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:43:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:43:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:43:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:43:40.738Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:43:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:43:50.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:43:50.275Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:44:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:44:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:44:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:44:40.737Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:44:40.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.
2021-11-13T03:44:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:44:50.284Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:44:50.285Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:45:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:45:40.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:45:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:45:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:45:40.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.
2021-11-13T03:45:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:45:50.273Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:45:50.274Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:46:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:46:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:46:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:46:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:46:40.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.
2021-11-13T03:46:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:46:50.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:46:50.276Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:47:40.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:47:40.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:47:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:47:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:47:40.738Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:47:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:47:50.281Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:47:50.283Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:48:40.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:48:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:48:40.738Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:48:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:48:40.738Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:48:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:48:50.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:48:50.274Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:49:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:49:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:49:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:49:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:49:40.738Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:49:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:49:50.273Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:49:50.274Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:50:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:50:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:50:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:50:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:50:40.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.
2021-11-13T03:50:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:50:50.272Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:50:50.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:51:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:51:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:51:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:51:40.737Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:51:40.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.
2021-11-13T03:51:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:51:50.271Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:51:50.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:52:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:52:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:52:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:52:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:52:40.738Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:52:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:52:50.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:52:50.274Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:53:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:53:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:53:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:53:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:53:40.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.
2021-11-13T03:53:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:53:50.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:53:50.275Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:54:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:54:40.735Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:54:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:54:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:54:40.738Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:54:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:54:50.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:54:50.274Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:55:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:55:40.735Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:55:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:55:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:55:40.737Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:55:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:55:50.274Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:55:50.278Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:56:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:56:40.735Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:56:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:56:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:56:40.737Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:56:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:56:50.274Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:56:50.275Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:57:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:57:40.735Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:57:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:57:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:57:40.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.
2021-11-13T03:57:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:57:50.273Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:57:50.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:58:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:58:40.735Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:58:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:58:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:58:40.737Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:58:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:58:50.275Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:58:50.276Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:59:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:59:40.735Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:59:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:59:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:59:40.738Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:59:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:59:50.271Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:59:50.272Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:00:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:00:40.735Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:00:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:00:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:00:40.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.
2021-11-13T04:00:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:00:50.271Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:00:50.279Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:01:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:01:40.735Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:01:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:01:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:01:40.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.
2021-11-13T04:01:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:01:50.274Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:01:50.274Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:02:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:02:40.735Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:02:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:02:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:02:40.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.
2021-11-13T04:02:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:02:50.270Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:02:50.274Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:03:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:03:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:03:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:03:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:03:40.738Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:03:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:03:50.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:03:50.280Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:04:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:04:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:04:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:04:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:04:40.737Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:04:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:04:50.273Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:04:50.273Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:05:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:05:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:05:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:05:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:05:40.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.
2021-11-13T04:05:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:05:50.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:05:50.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:06:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:06:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:06:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:06:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:06:40.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.
2021-11-13T04:06:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:06:50.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:06:50.272Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:07:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:07:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:07:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:07:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:07:40.738Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:07:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:07:50.273Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:07:50.275Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:08:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:08:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:08:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:08:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:08:40.737Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:08:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:08:50.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:08:50.279Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:09:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:09:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:09:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:09:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:09:40.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.
2021-11-13T04:09:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:09:50.274Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:09:50.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:10:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:10:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:10:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:10:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:10:40.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.
2021-11-13T04:10:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:10:50.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:10:50.274Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:11:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:11:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:11:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:11:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:11:40.737Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:11:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:11:50.273Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:11:50.276Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:12:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:12:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:12:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:12:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:12:40.737Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:12:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:12:50.266Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:12:50.271Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:13:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:13:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:13:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:13:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:13:40.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.
2021-11-13T04:13:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:13:50.270Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:13:50.272Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:14:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:14:40.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:14:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:14:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:14:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:14:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:14:50.281Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:14:50.282Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:40.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:15:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:15:40.738Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:15:40.738Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:15:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:41.724Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:41.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:15:41.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f10ca982-c0a6-4152-b488-f7ff5fc3ae1e","serviceName":"vFW 2021-11-13 04-13-32","serviceVersion":"1.0","serviceUUID":"85d42b5a-875a-49b3-9f5e-64fba589ecec","serviceDescription":"catalog service description","serviceInvariantUUID":"a663ec6f-227b-4559-a403-84f2fb8ed408","resources":[{"resourceInstanceName":"vFW ffb90f70-5fba 0","resourceName":"vFW ffb90f70-5fba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc15b0a0-05b0-403f-978a-fe711269a78c","resourceInvariantUUID":"c1804b90-3a8f-4cfa-885b-94686e7470a5","resourceCustomizationUUID":"b2445520-d524-43ea-93e8-84955bd3f2bb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml","artifactChecksum":"ZDVjZWY1MjBlMTY5N2VjODVjMjM1NzRjMjRlMmY5ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c589c2ed-54b1-4e55-8a0c-94b243a7c657","artifactVersion":"1"},{"artifactName":"vfwffb90f705fba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json","artifactChecksum":"MzcwOGEzOTg0OTJhMzQ4NjNmZmYwNjkzOGYwMjUxY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dbfa79cf-ea4a-46fa-b560-a153446d67eb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"76124bd0-1d68-49d2-b9c8-9a342c62c1ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI4OGQ5ODcwZmI3MjU5NTFmYzc2OGFlM2U2MmE3Y2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"96b54e01-f7af-4434-9a67-6dfc395613a2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"20a3bd9b-ce37-40d9-9d22-94d0847980c8","artifactVersion":"2","generatedFromUUID":"76124bd0-1d68-49d2-b9c8-9a342c62c1ff"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211113041332-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml","artifactChecksum":"NzFiMDFiOTk4ZDI4MjMyOTJlMGNiZTZjY2NiZTQ0N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0310bf73-2ecd-4b69-97e4-53ec9e1ca56d","artifactVersion":"1"},{"artifactName":"service-Vfw20211113041332-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar","artifactChecksum":"OGQ4MDM0ZGUyOTVlZDE3NmJhODQ0NWU0ZDcyMzcxYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ee110f9-d40c-4a1c-a9e0-c384ab985de9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:15:41.745Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:41.750Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:41.759Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:41.759Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:15:41.859Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-13T04:15:41.862Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:41.862Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:41.870Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:41.871Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:42.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:42.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:15:42.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "dcae-sch",
  "timestamp": 1636776938566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636776933585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636776940872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "policy-id",
  "timestamp": 1636776936664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:15:42.762Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:42.763Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:42.764Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:42.764Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:15:42.864Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:42.865Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:42.865Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:42.873Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:42.874Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:43.764Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:43.765Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:43.767Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:43.767Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:15:43.867Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:43.868Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:43.868Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:43.878Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:43.879Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:44.767Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:44.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:44.769Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:44.770Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:15:44.870Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:44.871Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:44.871Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:44.884Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:44.884Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:45.770Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:45.771Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:45.772Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:45.772Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-13T04:15:45.873Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:45.873Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:45.874Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:45.892Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:45.892Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:46.773Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:46.774Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:46.776Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:46.776Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:15:46.877Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:15:46.877Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:46.877Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:46.890Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:46.890Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:47.777Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:47.777Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:47.779Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:47.779Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:15:47.879Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:47.882Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:47.882Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:47.894Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:47.894Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:48.781Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "serviceName": "vFW 2021-11-13 04-13-32",
  "serviceVersion": "1.0",
  "serviceUUID": "85d42b5a-875a-49b3-9f5e-64fba589ecec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a663ec6f-227b-4559-a403-84f2fb8ed408",
  "resources": [
    {
      "resourceInstanceName": "vFW ffb90f70-5fba 0",
      "resourceCustomizationUUID": "b2445520-d524-43ea-93e8-84955bd3f2bb",
      "resourceName": "vFW ffb90f70-5fba",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dc15b0a0-05b0-403f-978a-fe711269a78c",
      "resourceInvariantUUID": "c1804b90-3a8f-4cfa-885b-94686e7470a5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwffb90f705fba0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
          "artifactChecksum": "MzcwOGEzOTg0OTJhMzQ4NjNmZmYwNjkzOGYwMjUxY2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dbfa79cf-ea4a-46fa-b560-a153446d67eb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "76124bd0-1d68-49d2-b9c8-9a342c62c1ff",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "20a3bd9b-ce37-40d9-9d22-94d0847980c8",
            "generatedFromUUID": "76124bd0-1d68-49d2-b9c8-9a342c62c1ff"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "20a3bd9b-ce37-40d9-9d22-94d0847980c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211113041332-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
      "artifactChecksum": "OGQ4MDM0ZGUyOTVlZDE3NmJhODQ0NWU0ZDcyMzcxYzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ee110f9-d40c-4a1c-a9e0-c384ab985de9"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:15:48.782Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:15:48.782Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85d42b5a-875a-49b3-9f5e-64fba589ecec ASDC
2021-11-13T04:15:48.844Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
ServiceName:vFW 2021-11-13 04-13-32
ServiceVersion:1.0
ServiceUUID:85d42b5a-875a-49b3-9f5e-64fba589ecec
ServiceInvariantUUID:a663ec6f-227b-4559-a403-84f2fb8ed408
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211113041332-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar
ArtifactUUID:2ee110f9-d40c-4a1c-a9e0-c384ab985de9
ArtifactChecksum:OGQ4MDM0ZGUyOTVlZDE3NmJhODQ0NWU0ZDcyMzcxYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ffb90f70-5fba 0
ResourceCustomizationUUID:b2445520-d524-43ea-93e8-84955bd3f2bb
ResourceInvariantUUID:c1804b90-3a8f-4cfa-885b-94686e7470a5
ResourceName:vFW ffb90f70-5fba
ResourceType:VF
ResourceUUID:dc15b0a0-05b0-403f-978a-fe711269a78c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwffb90f705fba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json
ArtifactUUID:dbfa79cf-ea4a-46fa-b560-a153446d67eb
ArtifactChecksum:MzcwOGEzOTg0OTJhMzQ4NjNmZmYwNjkzOGYwMjUxY2Q=
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/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml
ArtifactUUID:76124bd0-1d68-49d2-b9c8-9a342c62c1ff
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/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env
ArtifactUUID:20a3bd9b-ce37-40d9-9d22-94d0847980c8
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/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env
ArtifactUUID:20a3bd9b-ce37-40d9-9d22-94d0847980c8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-13T04:15:48.844Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85d42b5a-875a-49b3-9f5e-64fba589ecec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:15:48.996Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:15:48.996Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-13T04:15:48.997Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-13T04:15:48.997Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2ee110f9-d40c-4a1c-a9e0-c384ab985de9 from URL: /sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:48.997Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-13T04:15:48.997Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:49.263Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-13T04:15:49.281Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar 2ee110f9-d40c-4a1c-a9e0-c384ab985de9 98934
2021-11-13T04:15:49.282Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar ASDC sendASDCNotification
2021-11-13T04:15:49.282Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:49.283Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:15:49.283Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:49.285Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:49.285Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776949281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:15:49.385Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:49.386Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:49.387Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:49.399Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:49.399Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:50.285Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:15:50.286Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-13T04:15:50.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2ee110f9-d40c-4a1c-a9e0-c384ab985de9, URL: /sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar to file: /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:50.288Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211113041332-csar.csar
2021-11-13T04:15:50.351Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:50.351Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:50.726Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13426143663177201379/Definitions/service-Vfw20211113041332-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-11-13T04:15:53.425Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:15:53.433Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-13T04:15:53.433Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.433Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-13T04:15:53.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.435Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.435Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.435Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.435Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.436Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.436Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.436Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ffb90f70-5fba 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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.436Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.436Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.436Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-13T04:15:53.443Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.445Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.448Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:53.448Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-13T04:15:53.449Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:15:53.454Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.454Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.454Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:53.454Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-13T04:15:53.454Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:15:53.454Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.455Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.457Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:53.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:53.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:15:53.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:15:53.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:53.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:15:53.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:15:53.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:15:53.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:15:53.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:15:53.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.461Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:15:53.462Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.462Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:53.462Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:53.462Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.462Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:53.463Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:53.463Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.463Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:53.463Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:53.463Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.465Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.465Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:15:53.465Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.465Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:15:53.465Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.465Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5cef0c9b-0d07-4337-99b0-489e4ce71a84
2021-11-13T04:15:53.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:53.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:53.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:15:53.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:15:53.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:53.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-13T04:15:53.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:15:53.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.468Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:15:53.468Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.468Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=09cd3cdd-a8ea-4d83-876e-5d22a7b87599
2021-11-13T04:15:53.468Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.468Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:53.468Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:15:53.470Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:15:53.470Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.470Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.470Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-13T04:15:53.470Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7b769b41-d5a6-4808-9b9e-5ddaeae825df
2021-11-13T04:15:53.471Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.471Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.471Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.471Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.471Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.471Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.472Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:53.472Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.472Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-13 04-13-32
Description:catalog service description
Model UUID:85d42b5a-875a-49b3-9f5e-64fba589ecec
Model Version:NULL
Model InvariantUuid:a663ec6f-227b-4559-a403-84f2fb8ed408
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ffb90f70-5fba
Model UUID:2a8033f3-0dcd-4a5a-a19c-e161f5b71702
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c1804b90-3a8f-4cfa-885b-94686e7470a5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b2445520-d524-43ea-93e8-84955bd3f2bb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:417b0740-7849-4790-be49-08a378d840e1
ModelName:VfwFfb90f705fba..base_vfw..module-0
ModelUuid:d44c47c9-aed5-498b-accc-f58d89c98ee5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5cef0c9b-0d07-4337-99b0-489e4ce71a84
ModelInvariantUuid:f3f41d76-8aff-441d-8484-5221495bf248
ModelName:vFW ffb90f70-5fba-nodes.vfwCvfc
ModelUuid:20f10403-f26c-41a2-b1c8-08902bf54285
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b0274721-9e18-45b0-9467-ac103c29b6f5
ModelInvariantUuid:ee1388f0-bc33-49a9-8c66-68883d345deb
ModelName:VfwFfb90f705fba.compute.nodes.heat.vfw
ModelUuid:e1af242f-bcad-46e5-8dab-5f7c7bd86673
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09cd3cdd-a8ea-4d83-876e-5d22a7b87599
ModelInvariantUuid:153c6192-8492-486f-b6da-85ea7da1e4b4
ModelName:vFW ffb90f70-5fba-nodes.vsnCvfc
ModelUuid:c1ed761b-e79e-4e10-9c1d-a0fd39f61114
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:aa22eaf3-3fe4-42a1-8de7-175eb1146ec5
ModelInvariantUuid:3f20adef-f17e-4bbe-8f52-7cdab6596b0c
ModelName:VfwFfb90f705fba.compute.nodes.heat.vsn
ModelUuid:dd3aa0c2-607a-4f98-b878-96728b36362b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7b769b41-d5a6-4808-9b9e-5ddaeae825df
ModelInvariantUuid:c2752ae1-7b95-47e8-8ca2-bfdb76f84e83
ModelName:vFW ffb90f70-5fba-nodes.vpgCvfc
ModelUuid:6155544f-a51e-4847-bbc2-cf8016890389
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0948953a-308b-4555-ad6e-da4d709c3dc2
ModelInvariantUuid:45d574ad-f8fd-4f57-962e-7f24282c40a9
ModelName:VfwFfb90f705fba.compute.nodes.heat.vpg
ModelUuid:7be87d29-d73e-4a78-98d7-6ed5684b08be
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:15:53.493Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: dc15b0a0-05b0-403f-978a-fe711269a78c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:15:53.583Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||vFW ffb90f70-5fba 0
2021-11-13T04:15:53.590Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dc15b0a0-05b0-403f-978a-fe711269a78c
2021-11-13T04:15:53.590Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dbfa79cf-ea4a-46fa-b560-a153446d67eb from URL: /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json
2021-11-13T04:15:53.590Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-13T04:15:53.590Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json
2021-11-13T04:15:53.760Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-13T04:15:53.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json dbfa79cf-ea4a-46fa-b560-a153446d67eb 785
2021-11-13T04:15:53.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json ASDC sendASDCNotification
2021-11-13T04:15:53.763Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json
2021-11-13T04:15:53.763Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:15:53.763Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:53.766Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:53.766Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776953762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:15:53.867Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:53.869Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:53.870Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:53.881Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:53.881Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:54.769Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFfb90f705fba..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "417b0740-7849-4790-be49-08a378d840e1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d44c47c9-aed5-498b-accc-f58d89c98ee5",
    "vfModuleModelCustomizationUUID": "a6bc93d6-9595-4e2d-8896-4cd724fe447e",
    "isBase": true,
    "artifacts": [
      "76124bd0-1d68-49d2-b9c8-9a342c62c1ff",
      "20a3bd9b-ce37-40d9-9d22-94d0847980c8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:15:54.780Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFfb90f705fba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d44c47c9-aed5-498b-accc-f58d89c98ee5
VfModuleModelInvariantUUID:417b0740-7849-4790-be49-08a378d840e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
76124bd0-1d68-49d2-b9c8-9a342c62c1ff
,
20a3bd9b-ce37-40d9-9d22-94d0847980c8

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

isBase:true


}

2021-11-13T04:15:54.782Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFfb90f705fba..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "417b0740-7849-4790-be49-08a378d840e1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d44c47c9-aed5-498b-accc-f58d89c98ee5",
    "vfModuleModelCustomizationUUID": "a6bc93d6-9595-4e2d-8896-4cd724fe447e",
    "isBase": true,
    "artifacts": [
      "76124bd0-1d68-49d2-b9c8-9a342c62c1ff",
      "20a3bd9b-ce37-40d9-9d22-94d0847980c8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:15:54.782Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFfb90f705fba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d44c47c9-aed5-498b-accc-f58d89c98ee5
VfModuleModelInvariantUUID:417b0740-7849-4790-be49-08a378d840e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
76124bd0-1d68-49d2-b9c8-9a342c62c1ff
,
20a3bd9b-ce37-40d9-9d22-94d0847980c8

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

isBase:true


}

2021-11-13T04:15:54.782Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 76124bd0-1d68-49d2-b9c8-9a342c62c1ff from URL: /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml
2021-11-13T04:15:54.782Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-13T04:15:54.782Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml
2021-11-13T04:15:54.965Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-13T04:15:54.966Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml 76124bd0-1d68-49d2-b9c8-9a342c62c1ff 20368
2021-11-13T04:15:54.966Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-13T04:15:54.966Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml
2021-11-13T04:15:54.967Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:15:54.967Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:54.969Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:54.969Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776954966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:15:55.069Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:55.070Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:55.070Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:55.082Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:55.082Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:55.969Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 20a3bd9b-ce37-40d9-9d22-94d0847980c8 from URL: /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env
2021-11-13T04:15:55.970Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-13T04:15:55.970Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env
2021-11-13T04:15:56.084Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-13T04:15:56.085Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env 20a3bd9b-ce37-40d9-9d22-94d0847980c8 2098
2021-11-13T04:15:56.085Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-13T04:15:56.085Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env
2021-11-13T04:15:56.085Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:15:56.086Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:56.088Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:56.088Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776956085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:15:56.188Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:56.189Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:56.189Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:56.199Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:56.200Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:57.088Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 85d42b5a-875a-49b3-9f5e-64fba589ecec
2021-11-13T04:15:57.089Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ffb90f70-5fba 0 dc15b0a0-05b0-403f-978a-fe711269a78c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:15:57.116Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76879e3d, org.onap.sdc.toscaparser.api.parameters.Input@4a93a1f1, org.onap.sdc.toscaparser.api.parameters.Input@4f6286a8, org.onap.sdc.toscaparser.api.parameters.Input@6fe1f887, org.onap.sdc.toscaparser.api.parameters.Input@255df530]
2021-11-13T04:15:57.118Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.118Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.119Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-13T04:15:57.119Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b2445520-d524-43ea-93e8-84955bd3f2bb
2021-11-13T04:15:57.119Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2445520-d524-43ea-93e8-84955bd3f2bb matches Tosca VF Customization UUID: b2445520-d524-43ea-93e8-84955bd3f2bb
2021-11-13T04:15:57.119Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b2445520-d524-43ea-93e8-84955bd3f2bb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-13T04:15:57.124Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.124Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.125Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b2445520-d524-43ea-93e8-84955bd3f2bb: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-13T04:15:57.125Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58add5fd
2021-11-13T04:15:57.125Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.125Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:15:57.126Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a6bc93d6-9595-4e2d-8896-4cd724fe447e
2021-11-13T04:15:57.126Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a6bc93d6-9595-4e2d-8896-4cd724fe447e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-13T04:15:57.130Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.131Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:57.131Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:57.131Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.131Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:57.131Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.133Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:57.133Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:15:57.133Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:57.133Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:15:57.133Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.133Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5cef0c9b-0d07-4337-99b0-489e4ce71a84
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:15:57.140Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.140Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=09cd3cdd-a8ea-4d83-876e-5d22a7b87599
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:15:57.144Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.144Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:57.144Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:57.146Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.146Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:57.146Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:57.146Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:57.148Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-13T04:15:57.148Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7b769b41-d5a6-4808-9b9e-5ddaeae825df
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:15:57.149Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.149Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:57.150Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:57.150Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.150Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:57.150Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=b2445520-d524-43ea-93e8-84955bd3f2bb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:15:57.151Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.151Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 85d42b5a-875a-49b3-9f5e-64fba589ecec: vFW ffb90f70-5fba
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.153Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.153Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:15:57.153Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.153Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-13 04-13-32 
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 (?, ?, ?, ?, ?)
2021-11-13T04:15:57.420Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ffb90f70-5fba dc15b0a0-05b0-403f-978a-fe711269a78c 1 ASDC deployResourceStructure
2021-11-13T04:15:57.420Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json ASDC sendASDCNotification
2021-11-13T04:15:57.420Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json
2021-11-13T04:15:57.420Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:15:57.420Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:57.422Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:57.422Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776957420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:15:57.522Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:57.523Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:57.524Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:57.535Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:57.535Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:58.428Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-13T04:15:58.428Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml
2021-11-13T04:15:58.428Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:15:58.429Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:58.432Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:58.432Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776958428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:15:58.532Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:58.533Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:58.534Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:58.547Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:58.548Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:59.433Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-13T04:15:59.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env
2021-11-13T04:15:59.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:15:59.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:59.437Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:59.437Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776959433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:15:59.537Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:59.538Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:15:59.538Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:59.549Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:59.550Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:16:00.438Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar ASDC sendASDCNotification
2021-11-13T04:16:00.439Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar
2021-11-13T04:16:00.439Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:16:00.439Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:16:00.442Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:16:00.442Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776960438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:16:00.542Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:16:00.543Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:16:00.544Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:16:00.554Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:16:00.555Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:16:01.444Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:16:01.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:16:01.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:16:01.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:16:01.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:16:31.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:16:31.479Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:16:31.481Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:16:31.482Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:16:31.482Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:16:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:16:40.738Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:16:40.739Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:16:40.860Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:16:40.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:16:40.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636776933585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:16:40.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:01.482Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:17:01.490Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:17:01.492Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:17:01.492Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:17:01.492Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:17:31.492Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:17:31.501Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:17:31.503Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:17:31.503Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:17:31.503Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:17:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:17:40.738Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:17:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:17:41.264Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:17:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "dcae-sch",
  "timestamp": 1636776938566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636776940872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "policy-id",
  "timestamp": 1636776936664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636776933585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "cds",
  "timestamp": 1636776943099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "dcae-sch",
  "timestamp": 1636776938566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636776940872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "policy-id",
  "timestamp": 1636776936664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "cds",
  "timestamp": 1636776943099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636776933585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "dcae-sch",
  "timestamp": 1636776938566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636776940872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "policy-id",
  "timestamp": 1636776936664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "cds",
  "timestamp": 1636776943099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636776933585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "dcae-sch",
  "timestamp": 1636776938566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636776940872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "policy-id",
  "timestamp": 1636776936664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "cds",
  "timestamp": 1636776943099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636776933585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "dcae-sch",
  "timestamp": 1636776938566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636776940872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "policy-id",
  "timestamp": 1636776936664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "cds",
  "timestamp": 1636776943099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636776933585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "dcae-sch",
  "timestamp": 1636776938566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776940734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636776940872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "policy-id",
  "timestamp": 1636776936664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "cds",
  "timestamp": 1636776943099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636776948983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "policy-id",
  "timestamp": 1636776949000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636776949084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776949281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636776948663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "cds",
  "timestamp": 1636776943099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "policy-id",
  "timestamp": 1636776950008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "aai-ml",
  "timestamp": 1636776949561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636776950255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636776948663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "cds",
  "timestamp": 1636776950981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "policy-id",
  "timestamp": 1636776951011,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:17:41.289Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
2021-11-13T04:17:41.290Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10ca982-c0a6-4152-b488-f7ff5fc3ae1e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:17:41.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "aai-ml",
  "timestamp": 1636776949561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636776948663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636776951382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "cds",
  "timestamp": 1636776951998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:17:41.304Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
2021-11-13T04:17:41.304Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10ca982-c0a6-4152-b488-f7ff5fc3ae1e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:17:41.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "aai-ml",
  "timestamp": 1636776949561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636776948663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "aai-ml",
  "timestamp": 1636776949561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636776948663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636776953393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:17:41.315Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636776953395,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:17:41.321Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
2021-11-13T04:17:41.322Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10ca982-c0a6-4152-b488-f7ff5fc3ae1e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-13T04:17:41.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776953762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.331Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "aai-ml",
  "timestamp": 1636776949561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636776948663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636776954399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:17:41.332Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636776954398,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:17:41.337Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
2021-11-13T04:17:41.337Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10ca982-c0a6-4152-b488-f7ff5fc3ae1e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:17:41.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776954966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "aai-ml",
  "timestamp": 1636776949561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636776948663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776956085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "aai-ml",
  "timestamp": 1636776949561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776957420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "clamp",
  "timestamp": 1636776956870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "aai-ml",
  "timestamp": 1636776957525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776958428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "clamp",
  "timestamp": 1636776956870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776959433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "clamp",
  "timestamp": 1636776956870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636776960438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "clamp",
  "timestamp": 1636776956870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "clamp",
  "timestamp": 1636776956870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "clamp",
  "timestamp": 1636776956870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "clamp",
  "timestamp": 1636776956870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "aai-ml",
  "timestamp": 1636776968866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:17:41.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "aai-ml",
  "timestamp": 1636776969871,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:17:41.358Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
2021-11-13T04:17:41.358Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10ca982-c0a6-4152-b488-f7ff5fc3ae1e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:17:41.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "clamp",
  "timestamp": 1636776980470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "clamp",
  "timestamp": 1636776982476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:17:41.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "clamp",
  "timestamp": 1636776983479,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:17:41.373Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
2021-11-13T04:17:41.373Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10ca982-c0a6-4152-b488-f7ff5fc3ae1e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:18:01.503Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:18:01.516Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:18:01.519Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:18:01.526Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:18:31.526Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:18:31.536Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e and serviceModelVersionId: 85d42b5a-875a-49b3-9f5e-64fba589ecec
2021-11-13T04:18:31.536Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a663ec6f-227b-4559-a403-84f2fb8ed408
2021-11-13T04:18:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:18:40.738Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:18:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:18:42.098Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0
2021-11-13T04:18:42.199Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:18:42.577Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0|INFO|500||Invoke
2021-11-13T04:18:42.582Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f10ca982-c0a6-4152-b488-f7ff5fc3ae1e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e07138d-c1c5-4f4a-8bf3-eb2534ea1c10], X-ECOMP-RequestID=[f10ca982-c0a6-4152-b488-f7ff5fc3ae1e], X-TransactionId=[], X-ONAP-RequestID=[f10ca982-c0a6-4152-b488-f7ff5fc3ae1e], Content-Type=[application/merge-patch+json]}
2021-11-13T04:18:42.684Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:18:42.834Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?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/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211113-04:18:42:689-16252], vertex-id=[180440], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:18:42 GMT], Content-Type=[application/json]}
2021-11-13T04:18:42.836Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:18:42.836Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0|INFO|500||InvokeReturn
2021-11-13T04:18:42.839Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:18:42.839Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:18:42.844Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:18:42.848Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f10ca982-c0a6-4152-b488-f7ff5fc3ae1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:18:42.849Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:18:42.849Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:18:42.850Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:18:42.850Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777122848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:18:42.951Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:18:42.951Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:18:42.951Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:18:42.962Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:18:42.963Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:18:43.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:18:43.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:18:43.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777122848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:18:43.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:18:43.867Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:18:43.867Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:18:43.867Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:18:54.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:18:54.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:18:54.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:18:54.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:19:03.990Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:19:03.991Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:19:03.992Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:19:03.992Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:19:13.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:19:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:19:40.735Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:19:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:19:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:19:40.739Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:19:40.739Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:19:50.270Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:19:50.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:20:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:20:40.735Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:20:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:20:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:20:40.738Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:20:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:20:50.274Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:20:50.274Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:21:40.736Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:21:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:21:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:21:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:41.039Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:41.040Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.040Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777293585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:21:41.040Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "policy-id",
  "timestamp": 1636777296665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "dcae-sch",
  "timestamp": 1636777298567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777293585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "policy-id",
  "timestamp": 1636777296665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:21:41.042Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:21:41.042Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.042Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "dcae-sch",
  "timestamp": 1636777298567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:21:41.042Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:21:41.359Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:41.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2dc68c79-bd1d-4354-8f61-51e5b56610d8","serviceName":"basic_onboard_kwpRZT","serviceVersion":"1.0","serviceUUID":"7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41","serviceDescription":"service","serviceInvariantUUID":"de9f98ec-5aba-4f15-b5f9-72c808c12668","resources":[{"resourceInstanceName":"basic_onboard_kwpRZT 0","resourceName":"basic_onboard_kwpRZT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748","resourceInvariantUUID":"d9ac3aa0-63ee-4dc9-92d7-3002f0a9486f","resourceCustomizationUUID":"7ac6dbb6-2aa3-4325-af10-12867bd57b3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml","artifactChecksum":"ZDFiM2Q3M2VhZjZmNzM1MGNmYTgxMTBiODRjZTI0YTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"829923a1-8097-4d99-8853-646c2a5708be","artifactVersion":"1"},{"artifactName":"basic_onboard_kwprzt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json","artifactChecksum":"MzA5MmRhOWYzZTgyNGQxN2EyMzVkNGViNmEyZDJmOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58a92f35-a81e-42a2-88c0-20d84aeb6c26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4ded18a3-b183-48ba-b854-325361fb877b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a54cc04c-c89a-4481-9824-fd8f3814946f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"870c7ec9-7b79-4044-b76d-d455b9d2a27f","artifactVersion":"2","generatedFromUUID":"4ded18a3-b183-48ba-b854-325361fb877b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKwprzt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml","artifactChecksum":"YzIxMWNlNDA2MDMzNDgwYWNlMmFjODUzZTBjYjRkNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea119a2f-9f6a-4531-9e8e-008748813d43","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKwprzt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar","artifactChecksum":"ZjdkMGJmNWFmMTdmMzY0ZWNjOGFkYzI2MTMwZjkzNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2cc3ad3c-63ce-484d-bdda-5c20366ff44d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:21:41.366Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:41.366Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:41.370Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:41.370Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:21:41.470Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:41.471Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:41.471Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:41.483Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:41.483Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:42.371Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:42.372Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:42.375Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:42.375Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:21:42.475Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:42.476Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:42.476Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:42.487Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:42.487Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:43.376Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:43.377Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:43.379Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:43.379Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:21:43.479Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:43.480Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:43.480Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:43.491Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:43.492Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:44.380Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:44.381Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:44.384Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:44.384Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:21:44.485Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:21:44.486Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:44.486Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:44.496Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:44.497Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:45.385Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:45.387Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:45.389Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:45.389Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-13T04:21:45.489Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:45.490Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:45.490Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:45.502Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:45.502Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:46.390Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:46.390Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:46.392Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:46.392Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:21:46.492Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:46.493Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:46.494Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:46.508Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:46.508Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:47.392Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:47.393Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:47.395Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:47.395Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:21:47.496Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:21:47.496Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:47.497Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:47.508Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:47.509Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:48.398Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "serviceName": "basic_onboard_kwpRZT",
  "serviceVersion": "1.0",
  "serviceUUID": "7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de9f98ec-5aba-4f15-b5f9-72c808c12668",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_kwpRZT 0",
      "resourceCustomizationUUID": "7ac6dbb6-2aa3-4325-af10-12867bd57b3e",
      "resourceName": "basic_onboard_kwpRZT",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748",
      "resourceInvariantUUID": "d9ac3aa0-63ee-4dc9-92d7-3002f0a9486f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_kwprzt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
          "artifactChecksum": "MzA5MmRhOWYzZTgyNGQxN2EyMzVkNGViNmEyZDJmOGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "58a92f35-a81e-42a2-88c0-20d84aeb6c26",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4ded18a3-b183-48ba-b854-325361fb877b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "870c7ec9-7b79-4044-b76d-d455b9d2a27f",
            "generatedFromUUID": "4ded18a3-b183-48ba-b854-325361fb877b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "870c7ec9-7b79-4044-b76d-d455b9d2a27f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKwprzt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
      "artifactChecksum": "ZjdkMGJmNWFmMTdmMzY0ZWNjOGFkYzI2MTMwZjkzNjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2cc3ad3c-63ce-484d-bdda-5c20366ff44d"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:21:48.398Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:21:48.399Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41 ASDC
2021-11-13T04:21:48.399Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2dc68c79-bd1d-4354-8f61-51e5b56610d8
ServiceName:basic_onboard_kwpRZT
ServiceVersion:1.0
ServiceUUID:7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41
ServiceInvariantUUID:de9f98ec-5aba-4f15-b5f9-72c808c12668
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKwprzt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar
ArtifactUUID:2cc3ad3c-63ce-484d-bdda-5c20366ff44d
ArtifactChecksum:ZjdkMGJmNWFmMTdmMzY0ZWNjOGFkYzI2MTMwZjkzNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kwpRZT 0
ResourceCustomizationUUID:7ac6dbb6-2aa3-4325-af10-12867bd57b3e
ResourceInvariantUUID:d9ac3aa0-63ee-4dc9-92d7-3002f0a9486f
ResourceName:basic_onboard_kwpRZT
ResourceType:VF
ResourceUUID:6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kwprzt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json
ArtifactUUID:58a92f35-a81e-42a2-88c0-20d84aeb6c26
ArtifactChecksum:MzA5MmRhOWYzZTgyNGQxN2EyMzVkNGViNmEyZDJmOGQ=
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/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4ded18a3-b183-48ba-b854-325361fb877b
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/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env
ArtifactUUID:870c7ec9-7b79-4044-b76d-d455b9d2a27f
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/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env
ArtifactUUID:870c7ec9-7b79-4044-b76d-d455b9d2a27f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-13T04:21:48.399Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:21:48.444Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:21:48.445Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-13T04:21:48.446Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-13T04:21:48.446Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2cc3ad3c-63ce-484d-bdda-5c20366ff44d from URL: /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:48.446Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-13T04:21:48.446Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:48.571Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-13T04:21:48.573Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar 2cc3ad3c-63ce-484d-bdda-5c20366ff44d 71558
2021-11-13T04:21:48.574Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar ASDC sendASDCNotification
2021-11-13T04:21:48.574Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:48.574Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:21:48.574Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:48.576Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:48.576Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777308573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:21:48.676Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:48.676Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:48.676Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:48.686Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:48.686Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:49.576Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:21:49.577Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-13T04:21:49.577Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2cc3ad3c-63ce-484d-bdda-5c20366ff44d, URL: /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar to file: /app/ASDC/1/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:49.578Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:49.578Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:49.578Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:49.682Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7253394027160248926/Definitions/service-BasicOnboardKwprzt-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-13T04:21:50.648Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:21:50.654Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-13T04:21:50.655Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.655Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-13T04:21:50.655Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.655Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kwpRZT 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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.657Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.657Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.657Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-13T04:21:50.657Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.658Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.658Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:50.659Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-13T04:21:50.659Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:21:50.659Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.659Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.660Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:50.660Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-13T04:21:50.660Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:21:50.661Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.661Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.661Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.662Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is not matching search criteria
2021-11-13T04:21:50.662Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-13T04:21:50.662Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-13T04:21:50.662Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-13T04:21:50.663Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:21:50.663Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:21:50.663Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.664Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:21:50.664Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.665Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:50.665Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:21:50.666Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.667Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:50.667Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:21:50.667Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.667Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:50.667Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:21:50.668Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.668Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is not matching search criteria
2021-11-13T04:21:50.668Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-13T04:21:50.668Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:21:50.668Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b429864-61d4-4700-9ea9-d3fd521b4eb0
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:50.670Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.670Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_kwpRZT
Description:service
Model UUID:7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41
Model Version:NULL
Model InvariantUuid:de9f98ec-5aba-4f15-b5f9-72c808c12668
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_kwpRZT
Model UUID:a4964818-e268-4c70-aef4-0bc70ea4673c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d9ac3aa0-63ee-4dc9-92d7-3002f0a9486f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7ac6dbb6-2aa3-4325-af10-12867bd57b3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d23d855c-d077-4894-9675-35cfd352ad3c
ModelName:BasicOnboardKwprzt..base_ubuntu18..module-0
ModelUuid:7b8ca819-80b8-4d69-b6f9-263ed91cbb3b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2b429864-61d4-4700-9ea9-d3fd521b4eb0
ModelInvariantUuid:a8038d2e-9972-48ca-b67e-057c598d15ae
ModelName:basic_onboard_kwpRZT-nodes.ubuntu18Cvfc
ModelUuid:86c3c7eb-3c82-442d-b4df-9bdee257a3a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c98b1273-62a7-4566-bc1d-e746fe991378
ModelInvariantUuid:1897829c-5552-40ba-b3c0-8ab9cf413f9c
ModelName:BasicOnboardKwprzt.compute.nodes.heat.ubuntu18
ModelUuid:1bd37e68-0cfd-440e-ae2c-8116fefba727
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:21:50.675Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:21:50.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||basic_onboard_kwpRZT 0
2021-11-13T04:21:50.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748
2021-11-13T04:21:50.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 58a92f35-a81e-42a2-88c0-20d84aeb6c26 from URL: /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json
2021-11-13T04:21:50.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-13T04:21:50.679Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json
2021-11-13T04:21:50.853Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-13T04:21:50.854Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json 58a92f35-a81e-42a2-88c0-20d84aeb6c26 798
2021-11-13T04:21:50.854Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json ASDC sendASDCNotification
2021-11-13T04:21:50.854Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json
2021-11-13T04:21:50.854Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:21:50.854Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:50.856Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:50.856Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777310854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:21:50.957Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:21:50.958Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:50.958Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:50.968Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:50.969Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:51.857Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKwprzt..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d23d855c-d077-4894-9675-35cfd352ad3c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7b8ca819-80b8-4d69-b6f9-263ed91cbb3b",
    "vfModuleModelCustomizationUUID": "baafbd3b-6af3-4dc9-a2e9-3119300eddc1",
    "isBase": true,
    "artifacts": [
      "4ded18a3-b183-48ba-b854-325361fb877b",
      "870c7ec9-7b79-4044-b76d-d455b9d2a27f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:21:51.862Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKwprzt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b8ca819-80b8-4d69-b6f9-263ed91cbb3b
VfModuleModelInvariantUUID:d23d855c-d077-4894-9675-35cfd352ad3c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ded18a3-b183-48ba-b854-325361fb877b
,
870c7ec9-7b79-4044-b76d-d455b9d2a27f

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

isBase:true


}

2021-11-13T04:21:51.865Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKwprzt..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d23d855c-d077-4894-9675-35cfd352ad3c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7b8ca819-80b8-4d69-b6f9-263ed91cbb3b",
    "vfModuleModelCustomizationUUID": "baafbd3b-6af3-4dc9-a2e9-3119300eddc1",
    "isBase": true,
    "artifacts": [
      "4ded18a3-b183-48ba-b854-325361fb877b",
      "870c7ec9-7b79-4044-b76d-d455b9d2a27f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:21:51.865Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKwprzt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b8ca819-80b8-4d69-b6f9-263ed91cbb3b
VfModuleModelInvariantUUID:d23d855c-d077-4894-9675-35cfd352ad3c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ded18a3-b183-48ba-b854-325361fb877b
,
870c7ec9-7b79-4044-b76d-d455b9d2a27f

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

isBase:true


}

2021-11-13T04:21:51.865Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4ded18a3-b183-48ba-b854-325361fb877b from URL: /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml
2021-11-13T04:21:51.865Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-13T04:21:51.865Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml
2021-11-13T04:21:51.972Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-13T04:21:51.973Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml 4ded18a3-b183-48ba-b854-325361fb877b 5033
2021-11-13T04:21:51.973Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-13T04:21:51.973Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml
2021-11-13T04:21:51.973Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:21:51.973Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:51.976Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:51.976Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777311973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:21:52.076Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:52.077Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:52.077Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:52.088Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:52.089Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:52.977Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 870c7ec9-7b79-4044-b76d-d455b9d2a27f from URL: /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env
2021-11-13T04:21:52.978Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-13T04:21:52.978Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env
2021-11-13T04:21:53.075Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-13T04:21:53.076Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env 870c7ec9-7b79-4044-b76d-d455b9d2a27f 909
2021-11-13T04:21:53.076Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-13T04:21:53.076Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env
2021-11-13T04:21:53.076Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:21:53.076Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:53.079Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:53.079Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777313076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:21:53.179Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:53.180Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:53.181Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:53.194Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:53.194Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:54.080Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41
2021-11-13T04:21:54.080Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kwpRZT 0 6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:21:54.094Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c141557, org.onap.sdc.toscaparser.api.parameters.Input@413b9ccb, org.onap.sdc.toscaparser.api.parameters.Input@96e2d9d, org.onap.sdc.toscaparser.api.parameters.Input@6bc13a47, org.onap.sdc.toscaparser.api.parameters.Input@574334c5]
2021-11-13T04:21:54.095Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.096Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.096Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-11-13T04:21:54.096Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7ac6dbb6-2aa3-4325-af10-12867bd57b3e
2021-11-13T04:21:54.096Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ac6dbb6-2aa3-4325-af10-12867bd57b3e matches Tosca VF Customization UUID: 7ac6dbb6-2aa3-4325-af10-12867bd57b3e
2021-11-13T04:21:54.096Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7ac6dbb6-2aa3-4325-af10-12867bd57b3e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-13T04:21:54.098Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.098Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.099Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7ac6dbb6-2aa3-4325-af10-12867bd57b3e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-13T04:21:54.099Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5008fe20
2021-11-13T04:21:54.099Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.099Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:21:54.099Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : baafbd3b-6af3-4dc9-a2e9-3119300eddc1
2021-11-13T04:21:54.099Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID baafbd3b-6af3-4dc9-a2e9-3119300eddc1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-13T04:21:54.101Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.101Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is not matching search criteria
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b429864-61d4-4700-9ea9-d3fd521b4eb0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:21:54.104Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.104Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:54.104Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:21:54.104Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.105Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:54.105Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=7ac6dbb6-2aa3-4325-af10-12867bd57b3e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41: basic_onboard_kwpRZT
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.107Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.107Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.107Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.107Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:21:54.107Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.107Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_kwpRZT 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:21:54.168Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kwpRZT 6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748 1 ASDC deployResourceStructure
2021-11-13T04:21:54.168Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json ASDC sendASDCNotification
2021-11-13T04:21:54.168Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json
2021-11-13T04:21:54.168Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:21:54.169Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:54.170Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:54.170Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777314168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:21:54.271Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:21:54.272Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:54.272Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:54.283Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:54.284Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:55.171Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-13T04:21:55.171Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml
2021-11-13T04:21:55.171Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:21:55.172Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:55.173Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:55.174Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777315171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:21:55.274Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:55.275Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:55.275Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:55.285Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:55.285Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:56.175Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-13T04:21:56.175Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env
2021-11-13T04:21:56.175Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:21:56.176Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:56.178Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:56.179Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777316175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:21:56.279Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:56.279Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:56.280Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:56.291Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:56.292Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:57.179Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar ASDC sendASDCNotification
2021-11-13T04:21:57.180Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:57.180Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:21:57.180Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:57.183Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:57.183Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777317179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:21:57.282Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:21:57.283Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:21:57.283Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:57.295Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:57.295Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:58.184Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:21:58.198Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:21:58.201Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:21:58.201Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:21:58.201Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:22:28.201Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:22:28.212Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:22:28.214Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:22:28.214Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:22:28.215Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:22:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:22:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:22:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:22:40.760Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:22:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:22:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777293585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:22:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:22:58.215Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:22:58.226Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:22:58.228Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:22:58.228Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:22:58.229Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:23:28.229Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:23:28.242Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:23:28.245Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:23:28.245Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:23:28.245Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:23:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:23:40.738Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:23:40.738Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:23:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:23:40.763Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:23:40.763Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "policy-id",
  "timestamp": 1636777296665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:23:40.763Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:23:58.245Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:23:58.254Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:23:58.255Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:23:58.256Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:23:58.256Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:24:28.256Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:24:28.269Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:24:28.272Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:24:28.272Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:24:28.273Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:24:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:24:40.738Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:24:40.738Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:24:41.263Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:24:41.265Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.266Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "dcae-sch",
  "timestamp": 1636777298567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.266Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.266Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.266Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777300871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777293585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "policy-id",
  "timestamp": 1636777296665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "dcae-sch",
  "timestamp": 1636777298567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777300871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777293585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "policy-id",
  "timestamp": 1636777296665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "dcae-sch",
  "timestamp": 1636777298567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777300871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "cds",
  "timestamp": 1636777303099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777293585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "policy-id",
  "timestamp": 1636777296665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "dcae-sch",
  "timestamp": 1636777298567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777300871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "cds",
  "timestamp": 1636777303099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777293585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "policy-id",
  "timestamp": 1636777296665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "dcae-sch",
  "timestamp": 1636777298567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777300871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "cds",
  "timestamp": 1636777303099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777306013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "policy-id",
  "timestamp": 1636777306016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777300871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "cds",
  "timestamp": 1636777303099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "policy-id",
  "timestamp": 1636777307020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777307066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777300734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777300871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "cds",
  "timestamp": 1636777303099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.272Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.272Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.272Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "policy-id",
  "timestamp": 1636777308023,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:24:41.277Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dc68c79-bd1d-4354-8f61-51e5b56610d8
2021-11-13T04:24:41.278Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc68c79-bd1d-4354-8f61-51e5b56610d8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:24:41.286Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777308175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777308573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777308664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "cds",
  "timestamp": 1636777303099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777309191,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:24:41.292Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dc68c79-bd1d-4354-8f61-51e5b56610d8
2021-11-13T04:24:41.292Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc68c79-bd1d-4354-8f61-51e5b56610d8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777308663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "cds",
  "timestamp": 1636777303099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "aai-ml",
  "timestamp": 1636777309561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777310193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777308663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777310571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777310854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "cds",
  "timestamp": 1636777310963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "aai-ml",
  "timestamp": 1636777309561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777308663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777311574,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:24:41.305Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2dc68c79-bd1d-4354-8f61-51e5b56610d8
2021-11-13T04:24:41.305Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc68c79-bd1d-4354-8f61-51e5b56610d8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:24:41.313Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.313Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "cds",
  "timestamp": 1636777311968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:24:41.318Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2dc68c79-bd1d-4354-8f61-51e5b56610d8
2021-11-13T04:24:41.319Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc68c79-bd1d-4354-8f61-51e5b56610d8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:24:41.330Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.330Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777311973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "aai-ml",
  "timestamp": 1636777309561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777308663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777313076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "aai-ml",
  "timestamp": 1636777309561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777308663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777314168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "aai-ml",
  "timestamp": 1636777309561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777308663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777315171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "aai-ml",
  "timestamp": 1636777309561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777308663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777316175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "aai-ml",
  "timestamp": 1636777309561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777317179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "aai-ml",
  "timestamp": 1636777317365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "clamp",
  "timestamp": 1636777316870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "clamp",
  "timestamp": 1636777316870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "clamp",
  "timestamp": 1636777316870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "clamp",
  "timestamp": 1636777316870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "clamp",
  "timestamp": 1636777316870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "clamp",
  "timestamp": 1636777316870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "aai-ml",
  "timestamp": 1636777323152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "clamp",
  "timestamp": 1636777316870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.339Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "aai-ml",
  "timestamp": 1636777324156,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:24:41.344Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2dc68c79-bd1d-4354-8f61-51e5b56610d8
2021-11-13T04:24:41.344Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc68c79-bd1d-4354-8f61-51e5b56610d8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:24:41.353Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.353Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "clamp",
  "timestamp": 1636777328513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.353Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.354Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.354Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "clamp",
  "timestamp": 1636777330520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:24:41.354Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.354Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.354Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "clamp",
  "timestamp": 1636777331522,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:24:41.359Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2dc68c79-bd1d-4354-8f61-51e5b56610d8
2021-11-13T04:24:41.359Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc68c79-bd1d-4354-8f61-51e5b56610d8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:24:58.273Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:24:58.282Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:24:58.286Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:24:58.286Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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=?
2021-11-13T04:24:58.291Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:25:28.292Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:25:28.299Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8 and serviceModelVersionId: 7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41
2021-11-13T04:25:28.299Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de9f98ec-5aba-4f15-b5f9-72c808c12668
2021-11-13T04:25:28.301Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0
2021-11-13T04:25:28.307Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:25:28.345Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0|INFO|500||Invoke
2021-11-13T04:25:28.345Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2dc68c79-bd1d-4354-8f61-51e5b56610d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a5e0734-1105-4132-aea1-f25faf3f6a1d], X-ECOMP-RequestID=[2dc68c79-bd1d-4354-8f61-51e5b56610d8], X-TransactionId=[], X-ONAP-RequestID=[2dc68c79-bd1d-4354-8f61-51e5b56610d8], Content-Type=[application/merge-patch+json]}
2021-11-13T04:25:28.367Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:25:28.654Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?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/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211113-04:25:28:372-51378], vertex-id=[200944], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:25:28 GMT], Content-Type=[application/json]}
2021-11-13T04:25:28.654Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:25:28.655Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0|INFO|500||InvokeReturn
2021-11-13T04:25:28.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:25:28.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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=?
2021-11-13T04:25:28.661Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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)
2021-11-13T04:25:28.661Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2dc68c79-bd1d-4354-8f61-51e5b56610d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:25:28.662Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:25:28.662Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:25:28.665Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:25:28.665Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777528662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:25:28.765Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:25:28.766Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:25:28.766Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:25:28.780Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:25:28.780Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:25:29.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:25:29.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:25:29.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:25:39.910Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:25:39.910Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:25:39.911Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:25:39.911Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:25:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:25:40.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.
2021-11-13T04:25:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:25:41.357Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:25:41.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-13T04:25:41.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777528662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:25:41.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:25:49.443Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:25:49.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:25:49.444Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:25:49.444Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:25:58.981Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:25:58.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:25:58.982Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:25:58.982Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:26:08.510Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:26:40.734Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:26:40.735Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:26:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:26:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:26:40.737Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:26:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:26:50.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:26:50.275Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:40.734Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:27:40.735Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:27:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:27:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:27:40.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.
2021-11-13T04:27:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:27:50.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:50.275Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:40.734Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:28:40.735Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:28:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:28:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:28:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:28:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:28:41.357Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:41.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a929dc9-2da3-484f-8089-87ad73305107","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9e552820-f411-4fd5-a85a-a3806c796fd0","serviceDescription":"service","serviceInvariantUUID":"0574b65b-cf6d-46bd-88cd-3459e1517ecb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2c3fbe63-0830-4cab-a85a-ce7d9e604e08","resourceInvariantUUID":"c5c923bb-48b2-45bc-ba4e-f7dc22c83b54","resourceCustomizationUUID":"10069314-57dd-4cf3-92d1-1027eb97d572","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":"NTE0YzVmNzRjYTdiNTQxMzU5NjM5Njc5Y2RlYTNkZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e46ed3ed-312d-4e89-a778-447d47272d71","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTE1NTVmY2M2MzdkMGJhZGRjNmQ3NWY5ZTAzNDA2ZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"884c8cae-0e5e-4820-a210-ea842f4576b6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:28:41.361Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:41.362Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:28:41.362Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:41.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777693585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.365Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:41.365Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777720734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "cds",
  "timestamp": 1636777693099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777690871,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777688663,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "policy-id",
  "timestamp": 1636777696664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777693585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "cds",
  "timestamp": 1636777693099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777690871,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777688663,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "policy-id",
  "timestamp": 1636777696664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "dcae-sch",
  "timestamp": 1636777698566,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "aai-ml",
  "timestamp": 1636777699561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "dcae-sch",
  "timestamp": 1636777698566,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "cds",
  "timestamp": 1636777700272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777700274,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "policy-id",
  "timestamp": 1636777700273,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "aai-ml",
  "timestamp": 1636777699561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:28:41.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "cds",
  "timestamp": 1636777701280,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:28:41.384Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a929dc9-2da3-484f-8089-87ad73305107
2021-11-13T04:28:41.384Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a929dc9-2da3-484f-8089-87ad73305107 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "policy-id",
  "timestamp": 1636777701277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777701701,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "aai-ml",
  "timestamp": 1636777702278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:28:41.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "policy-id",
  "timestamp": 1636777702281,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:28:41.398Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a929dc9-2da3-484f-8089-87ad73305107
2021-11-13T04:28:41.398Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a929dc9-2da3-484f-8089-87ad73305107 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:28:41.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777702706,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:28:41.412Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5a929dc9-2da3-484f-8089-87ad73305107
2021-11-13T04:28:41.412Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a929dc9-2da3-484f-8089-87ad73305107 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:28:41.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "aai-ml",
  "timestamp": 1636777705130,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:28:41.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "aai-ml",
  "timestamp": 1636777706135,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:28:41.428Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a929dc9-2da3-484f-8089-87ad73305107
2021-11-13T04:28:41.428Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a929dc9-2da3-484f-8089-87ad73305107 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:28:41.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "clamp",
  "timestamp": 1636777706870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "clamp",
  "timestamp": 1636777706870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "clamp",
  "timestamp": 1636777713568,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "clamp",
  "timestamp": 1636777715575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:28:41.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "clamp",
  "timestamp": 1636777716578,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:28:41.444Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a929dc9-2da3-484f-8089-87ad73305107
2021-11-13T04:28:41.444Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a929dc9-2da3-484f-8089-87ad73305107 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:28:41.465Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:41.466Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:28:41.466Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:28:41.476Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:41.476Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:28:42.365Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:28:42.366Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:42.367Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:42.367Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777720734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:28:42.468Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:42.468Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:28:42.468Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:28:42.479Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:42.479Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:28:43.368Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "9e552820-f411-4fd5-a85a-a3806c796fd0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0574b65b-cf6d-46bd-88cd-3459e1517ecb",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "10069314-57dd-4cf3-92d1-1027eb97d572",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "2c3fbe63-0830-4cab-a85a-ce7d9e604e08",
      "resourceInvariantUUID": "c5c923bb-48b2-45bc-ba4e-f7dc22c83b54",
      "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": "NTE1NTVmY2M2MzdkMGJhZGRjNmQ3NWY5ZTAzNDA2ZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "884c8cae-0e5e-4820-a210-ea842f4576b6"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:28:43.369Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:28:43.369Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9e552820-f411-4fd5-a85a-a3806c796fd0 ASDC
2021-11-13T04:28:43.369Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5a929dc9-2da3-484f-8089-87ad73305107
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9e552820-f411-4fd5-a85a-a3806c796fd0
ServiceInvariantUUID:0574b65b-cf6d-46bd-88cd-3459e1517ecb
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:884c8cae-0e5e-4820-a210-ea842f4576b6
ArtifactChecksum:NTE1NTVmY2M2MzdkMGJhZGRjNmQ3NWY5ZTAzNDA2ZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:10069314-57dd-4cf3-92d1-1027eb97d572
ResourceInvariantUUID:c5c923bb-48b2-45bc-ba4e-f7dc22c83b54
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2c3fbe63-0830-4cab-a85a-ce7d9e604e08
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-13T04:28:43.369Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e552820-f411-4fd5-a85a-a3806c796fd0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:28:43.393Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:28:43.393Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:28:43.394Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:28:43.394Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 884c8cae-0e5e-4820-a210-ea842f4576b6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-13T04:28:43.394Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:28:43.394Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-13T04:28:43.482Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:28:43.484Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 884c8cae-0e5e-4820-a210-ea842f4576b6 52486
2021-11-13T04:28:43.484Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-13T04:28:43.484Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-13T04:28:43.484Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:28:43.484Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:43.486Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:43.486Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777723484,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:28:43.586Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:43.587Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:28:43.587Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:28:43.597Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:43.597Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:28:44.487Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:28:44.488Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:28:44.488Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 884c8cae-0e5e-4820-a210-ea842f4576b6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.489Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-13T04:28:44.489Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.489Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.561Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12574300944601617901/Definitions/service-BasicNetwork-template.yml
2021-11-13T04:28:44.908Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:28:44.908Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:9e552820-f411-4fd5-a85a-a3806c796fd0
Model Version:NULL
Model InvariantUuid:0574b65b-cf6d-46bd-88cd-3459e1517ecb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c5c923bb-48b2-45bc-ba4e-f7dc22c83b54
Model UUID:c5acc2b1-9946-4124-97dd-f702807aba31
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:10069314-57dd-4cf3-92d1-1027eb97d572
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=?
2021-11-13T04:28:44.917Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 2c3fbe63-0830-4cab-a85a-ce7d9e604e08
2021-11-13T04:28:44.917Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||No resources found for Service: 9e552820-f411-4fd5-a85a-a3806c796fd0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:28:44.921Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||
2021-11-13T04:28:44.921Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-13T04:28:44.922Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 9e552820-f411-4fd5-a85a-a3806c796fd0
2021-11-13T04:28:44.922Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9e552820-f411-4fd5-a85a-a3806c796fd0
2021-11-13T04:28:44.922Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-13T04:28:44.922Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||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=?
2021-11-13T04:28:44.926Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d6d0cfb, org.onap.sdc.toscaparser.api.parameters.Input@60b54650, org.onap.sdc.toscaparser.api.parameters.Input@83cfcd7, org.onap.sdc.toscaparser.api.parameters.Input@6298ee50, org.onap.sdc.toscaparser.api.parameters.Input@67973c2c]
2021-11-13T04:28:44.927Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.927Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.927Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.928Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.928Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9e552820-f411-4fd5-a85a-a3806c796fd0: Generic NeutronNet
2021-11-13T04:28:44.928Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.928Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.928Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.928Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||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=?
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||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 (?, ?)
2021-11-13T04:28:45.005Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-13T04:28:45.005Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-13T04:28:45.005Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-13T04:28:45.005Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:28:45.006Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:45.007Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:45.007Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777725005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:28:45.107Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:45.108Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:28:45.108Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:28:45.119Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:45.119Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:28:46.008Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a929dc9-2da3-484f-8089-87ad73305107
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:28:46.019Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a929dc9-2da3-484f-8089-87ad73305107
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:28:46.022Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:28:46.022Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:28:46.022Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:28:46.028Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:29:16.028Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5a929dc9-2da3-484f-8089-87ad73305107 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:29:16.034Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5a929dc9-2da3-484f-8089-87ad73305107 and serviceModelVersionId: 9e552820-f411-4fd5-a85a-a3806c796fd0
2021-11-13T04:29:16.034Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0574b65b-cf6d-46bd-88cd-3459e1517ecb
2021-11-13T04:29:16.035Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0574b65b-cf6d-46bd-88cd-3459e1517ecb/model-vers/model-ver/9e552820-f411-4fd5-a85a-a3806c796fd0?depth=0
2021-11-13T04:29:16.039Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:29:16.067Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0574b65b-cf6d-46bd-88cd-3459e1517ecb/model-vers/model-ver/9e552820-f411-4fd5-a85a-a3806c796fd0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-13T04:29:16.068Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0574b65b-cf6d-46bd-88cd-3459e1517ecb/model-vers/model-ver/9e552820-f411-4fd5-a85a-a3806c796fd0?depth=0|INFO|500||Invoke
2021-11-13T04:29:16.091Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0574b65b-cf6d-46bd-88cd-3459e1517ecb/model-vers/model-ver/9e552820-f411-4fd5-a85a-a3806c796fd0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:29:16.359Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0574b65b-cf6d-46bd-88cd-3459e1517ecb/model-vers/model-ver/9e552820-f411-4fd5-a85a-a3806c796fd0?depth=0|INFO|500||InvokeReturn
2021-11-13T04:29:16.360Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0574b65b-cf6d-46bd-88cd-3459e1517ecb/model-vers/model-ver/9e552820-f411-4fd5-a85a-a3806c796fd0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211113-04:29:16:095-34455], vertex-id=[180320], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:29:16 GMT], Content-Type=[application/json]}
2021-11-13T04:29:16.360Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:29:16.360Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:29:16.360Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:29:16.363Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:29:16.364Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5a929dc9-2da3-484f-8089-87ad73305107 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:29:16.364Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:29:16.364Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:16.365Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:16.366Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777756364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:29:16.466Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:16.469Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:16.470Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:16.481Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:16.481Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:29:40.734Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:29:40.735Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:29:40.735Z|5a929dc9-2da3-484f-8089-87ad73305107|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:29:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:29:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:40.856Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:40.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:29:40.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777720734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:29:40.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:29:41.355Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:41.356Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:41.357Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b529a07a-ee87-4228-8155-381cf3c6865b","serviceName":"Demo_pNF_mQoQISsQWZgCVvY8QTT5","serviceVersion":"1.0","serviceUUID":"37a78d36-6b5c-4198-a2bd-237ba4483e4a","serviceDescription":"catalog service description","serviceInvariantUUID":"cb37aeea-d7a3-4bc5-a8a9-b89186babcdb","resources":[{"resourceInstanceName":"pNF fb495dc5-2d5e 0","resourceName":"pNF fb495dc5-2d5e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1d673896-23ff-4b59-8aeb-2884bb6dd6a3","resourceInvariantUUID":"0d39c89b-39f5-400e-9de8-27746e3688c7","resourceCustomizationUUID":"3391cadb-277d-4f46-9283-e1eabea8f1e1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml","artifactChecksum":"Yzg3MTMwNDgzODMwMDhiYzYzNGQwMTQ5ZDE4M2U0MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"531e19ad-8893-492d-8795-f702331921d0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar","artifactChecksum":"ZGQ2YTJhYzY1NjVlNzExOTliOGJlYTdjZTg4ZjkyN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4532167b-5cd4-4c09-bccc-70059087e264","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc5b9d22-75f0-46d4-bf91-408b49d554f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml","artifactChecksum":"NDBjMzU2ZGQzMDczZjZhNDNiMjY1OGMyOTQwNzBjZWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b8767719-862d-4eca-be18-45b6574bbb04","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcea4d2a-0a22-4d13-809a-d5ef8ba48624","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"92610bdf-814a-4678-8436-941f696ece9a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml","artifactChecksum":"ZGI2MzFiOTY3NDlkMjZkMGI4OWI1OWM0OGQ1M2FkNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4405b8c1-7ae8-4e16-9e9b-e39aac75d5df","artifactVersion":"1"},{"artifactName":"service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar","artifactChecksum":"ZmM4OWNhYTI4YzczZWRlZWI4Nzc0YTUwZWE3YjhkYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7671c56c-7b7c-4d08-b85e-dfd3bad1399d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:29:41.361Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:41.362Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:41.364Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:41.365Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:29:41.465Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:41.466Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:41.466Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:41.477Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:41.477Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:42.365Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:42.366Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:42.367Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:42.367Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:29:42.468Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:42.468Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:42.469Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:42.478Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:42.479Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:43.368Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:43.369Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:43.371Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:43.371Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:29:43.471Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:43.472Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:43.472Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:43.482Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:43.482Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:44.372Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:44.373Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:44.375Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:44.375Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:29:44.476Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:29:44.476Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:44.476Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:44.486Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:44.487Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:45.376Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:45.377Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:45.379Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:45.379Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:29:45.479Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:45.480Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:45.480Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:45.492Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:45.492Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:29:46.379Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:46.380Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:46.381Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:46.381Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:29:46.481Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:46.482Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:46.482Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:46.498Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:46.498Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:47.382Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:47.382Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:47.384Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:47.384Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:29:47.484Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:47.485Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:47.485Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:47.497Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:47.497Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:48.385Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:48.386Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:48.388Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:48.388Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:29:48.488Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:48.489Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:48.489Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:48.499Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:48.500Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:49.390Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "serviceName": "Demo_pNF_mQoQISsQWZgCVvY8QTT5",
  "serviceVersion": "1.0",
  "serviceUUID": "37a78d36-6b5c-4198-a2bd-237ba4483e4a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb37aeea-d7a3-4bc5-a8a9-b89186babcdb",
  "resources": [
    {
      "resourceInstanceName": "pNF fb495dc5-2d5e 0",
      "resourceCustomizationUUID": "3391cadb-277d-4f46-9283-e1eabea8f1e1",
      "resourceName": "pNF fb495dc5-2d5e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1d673896-23ff-4b59-8aeb-2884bb6dd6a3",
      "resourceInvariantUUID": "0d39c89b-39f5-400e-9de8-27746e3688c7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
      "artifactChecksum": "ZmM4OWNhYTI4YzczZWRlZWI4Nzc0YTUwZWE3YjhkYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7671c56c-7b7c-4d08-b85e-dfd3bad1399d"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:29:49.390Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:29:49.390Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 37a78d36-6b5c-4198-a2bd-237ba4483e4a ASDC
2021-11-13T04:29:49.391Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b529a07a-ee87-4228-8155-381cf3c6865b
ServiceName:Demo_pNF_mQoQISsQWZgCVvY8QTT5
ServiceVersion:1.0
ServiceUUID:37a78d36-6b5c-4198-a2bd-237ba4483e4a
ServiceInvariantUUID:cb37aeea-d7a3-4bc5-a8a9-b89186babcdb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
ArtifactUUID:7671c56c-7b7c-4d08-b85e-dfd3bad1399d
ArtifactChecksum:ZmM4OWNhYTI4YzczZWRlZWI4Nzc0YTUwZWE3YjhkYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fb495dc5-2d5e 0
ResourceCustomizationUUID:3391cadb-277d-4f46-9283-e1eabea8f1e1
ResourceInvariantUUID:0d39c89b-39f5-400e-9de8-27746e3688c7
ResourceName:pNF fb495dc5-2d5e
ResourceType:PNF
ResourceUUID:1d673896-23ff-4b59-8aeb-2884bb6dd6a3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-13T04:29:49.391Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37a78d36-6b5c-4198-a2bd-237ba4483e4a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:29:49.415Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:29:49.415Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:29:49.415Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:29:49.415Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7671c56c-7b7c-4d08-b85e-dfd3bad1399d from URL: /sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:49.415Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:29:49.416Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:49.562Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:29:49.565Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar 7671c56c-7b7c-4d08-b85e-dfd3bad1399d 82627
2021-11-13T04:29:49.566Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar ASDC sendASDCNotification
2021-11-13T04:29:49.566Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:49.566Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:29:49.566Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:49.568Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:49.568Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777789566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:29:49.668Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:49.669Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:49.669Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:49.679Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:49.679Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:50.568Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:29:50.569Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:29:50.569Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7671c56c-7b7c-4d08-b85e-dfd3bad1399d, URL: /sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar to file: /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:50.569Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:50.570Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:50.570Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:50.885Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9499469472532756094/Definitions/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fb495dc5-2d5e 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-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||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-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||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-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||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-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||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-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||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-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Node template pNF fb495dc5-2d5e 0 is matching search criteria
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF fb495dc5-2d5e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Node template pNF fb495dc5-2d5e 0 is matching search criteria
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF fb495dc5-2d5e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_mQoQISsQWZgCVvY8QTT5
Description:catalog service description
Model UUID:37a78d36-6b5c-4198-a2bd-237ba4483e4a
Model Version:NULL
Model InvariantUuid:cb37aeea-d7a3-4bc5-a8a9-b89186babcdb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:29:51.432Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1d673896-23ff-4b59-8aeb-2884bb6dd6a3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:29:51.434Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||pNF fb495dc5-2d5e 0
2021-11-13T04:29:51.434Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1d673896-23ff-4b59-8aeb-2884bb6dd6a3
2021-11-13T04:29:51.434Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 37a78d36-6b5c-4198-a2bd-237ba4483e4a
2021-11-13T04:29:51.434Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 37a78d36-6b5c-4198-a2bd-237ba4483e4a
2021-11-13T04:29:51.434Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fb495dc5-2d5e 0 1d673896-23ff-4b59-8aeb-2884bb6dd6a3 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@238f6d3d, org.onap.sdc.toscaparser.api.parameters.Input@37268aa1, org.onap.sdc.toscaparser.api.parameters.Input@157ec1dd, org.onap.sdc.toscaparser.api.parameters.Input@47a51a78, org.onap.sdc.toscaparser.api.parameters.Input@1f9b7134]
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 37a78d36-6b5c-4198-a2bd-237ba4483e4a: pNF fb495dc5-2d5e
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Processing PNF resource: 1d673896-23ff-4b59-8aeb-2884bb6dd6a3
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Resource customization UUID: 3391cadb-277d-4f46-9283-e1eabea8f1e1 is the same as notified resource customizationUUID: 3391cadb-277d-4f46-9283-e1eabea8f1e1
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-13T04:29:51.485Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fb495dc5-2d5e 1d673896-23ff-4b59-8aeb-2884bb6dd6a3 0 ASDC deployResourceStructure
2021-11-13T04:29:51.485Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar ASDC sendASDCNotification
2021-11-13T04:29:51.485Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.485Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:29:51.486Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:51.487Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:51.487Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777791485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:29:51.587Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:51.588Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:51.588Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:51.597Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:51.598Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:52.487Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b529a07a-ee87-4228-8155-381cf3c6865b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:29:52.503Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b529a07a-ee87-4228-8155-381cf3c6865b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:29:52.505Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:29:52.505Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:29:52.505Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:30:22.506Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b529a07a-ee87-4228-8155-381cf3c6865b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:30:22.517Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b529a07a-ee87-4228-8155-381cf3c6865b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:30:22.519Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:30:22.519Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:30:22.519Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:30:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:30:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:30:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:30:40.765Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:30:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777720734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:30:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777723484,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:30:40.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777725005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:30:40.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "clamp",
  "timestamp": 1636777736870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "cds",
  "timestamp": 1636777738099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "dcae-sch",
  "timestamp": 1636777738566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "policy-id",
  "timestamp": 1636777736665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "cds",
  "timestamp": 1636777738099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "clamp",
  "timestamp": 1636777736870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "dcae-sch",
  "timestamp": 1636777738566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "policy-id",
  "timestamp": 1636777736665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "cds",
  "timestamp": 1636777738099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "clamp",
  "timestamp": 1636777736870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "dcae-sch",
  "timestamp": 1636777738566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "policy-id",
  "timestamp": 1636777736665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "clamp",
  "timestamp": 1636777736870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "cds",
  "timestamp": 1636777738099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "dcae-sch",
  "timestamp": 1636777738566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "policy-id",
  "timestamp": 1636777736665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "cds",
  "timestamp": 1636777738099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "clamp",
  "timestamp": 1636777736870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "dcae-sch",
  "timestamp": 1636777738566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "policy-id",
  "timestamp": 1636777736665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777748663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "clamp",
  "timestamp": 1636777736870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "dcae-sch",
  "timestamp": 1636777738566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "policy-id",
  "timestamp": 1636777736665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "cds",
  "timestamp": 1636777738099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777748663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "clamp",
  "timestamp": 1636777736870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "cds",
  "timestamp": 1636777738099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "dcae-sch",
  "timestamp": 1636777738566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "policy-id",
  "timestamp": 1636777736665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777748663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "clamp",
  "timestamp": 1636777736870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "cds",
  "timestamp": 1636777738099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "dcae-sch",
  "timestamp": 1636777738566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "policy-id",
  "timestamp": 1636777736665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777750871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777748663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "cds",
  "timestamp": 1636777752470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "policy-id",
  "timestamp": 1636777752467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:30:40.778Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:40.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777750871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777748663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:40.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:40.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:40.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "cds",
  "timestamp": 1636777753475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:30:41.689Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b529a07a-ee87-4228-8155-381cf3c6865b
2021-11-13T04:30:41.689Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b529a07a-ee87-4228-8155-381cf3c6865b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:30:41.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "policy-id",
  "timestamp": 1636777753472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:30:41.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:41.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777750871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777753585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777748663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:30:41.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "policy-id",
  "timestamp": 1636777754474,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:30:41.707Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b529a07a-ee87-4228-8155-381cf3c6865b
2021-11-13T04:30:41.707Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b529a07a-ee87-4228-8155-381cf3c6865b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777750871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777753585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777748663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777750871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777753585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777748663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777756364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777750871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777753585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777757478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777750871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777753585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777750871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777758678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777753585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777759588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777759680,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:30:41.721Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b529a07a-ee87-4228-8155-381cf3c6865b
2021-11-13T04:30:41.721Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b529a07a-ee87-4228-8155-381cf3c6865b and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:30:41.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "aai-ml",
  "timestamp": 1636777759561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777753585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777761177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:30:41.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:41.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "aai-ml",
  "timestamp": 1636777759561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777753585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:30:41.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "clamp",
  "timestamp": 1636777761577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:30:41.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:41.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777762181,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:30:41.734Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b529a07a-ee87-4228-8155-381cf3c6865b
2021-11-13T04:30:41.734Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b529a07a-ee87-4228-8155-381cf3c6865b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:30:41.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "aai-ml",
  "timestamp": 1636777759561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "aai-ml",
  "timestamp": 1636777759561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "aai-ml",
  "timestamp": 1636777759561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "clamp",
  "timestamp": 1636777764577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "aai-ml",
  "timestamp": 1636777759561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "clamp",
  "timestamp": 1636777765580,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:30:41.747Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b529a07a-ee87-4228-8155-381cf3c6865b
2021-11-13T04:30:41.748Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b529a07a-ee87-4228-8155-381cf3c6865b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:30:41.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "aai-ml",
  "timestamp": 1636777759561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:30:41.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "aai-ml",
  "timestamp": 1636777759561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:30:41.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:30:41.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "aai-ml",
  "timestamp": 1636777768361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:30:41.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:41.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "aai-ml",
  "timestamp": 1636777772257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:30:41.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:41.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:30:41.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "aai-ml",
  "timestamp": 1636777773261,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:30:41.761Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b529a07a-ee87-4228-8155-381cf3c6865b
2021-11-13T04:30:41.761Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b529a07a-ee87-4228-8155-381cf3c6865b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:30:52.520Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b529a07a-ee87-4228-8155-381cf3c6865b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:30:52.532Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b529a07a-ee87-4228-8155-381cf3c6865b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:30:52.536Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:30:52.536Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:30:52.536Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:30:52.536Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:30:52.536Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:30:52.536Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:30:52.536Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:30:52.536Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:30:52.536Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:30:52.536Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:30:52.536Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:30:52.536Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:30:52.542Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:31:22.542Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b529a07a-ee87-4228-8155-381cf3c6865b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:31:22.547Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b529a07a-ee87-4228-8155-381cf3c6865b and serviceModelVersionId: 37a78d36-6b5c-4198-a2bd-237ba4483e4a
2021-11-13T04:31:22.547Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb37aeea-d7a3-4bc5-a8a9-b89186babcdb
2021-11-13T04:31:22.548Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb37aeea-d7a3-4bc5-a8a9-b89186babcdb/model-vers/model-ver/37a78d36-6b5c-4198-a2bd-237ba4483e4a?depth=0
2021-11-13T04:31:22.552Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:31:22.577Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb37aeea-d7a3-4bc5-a8a9-b89186babcdb/model-vers/model-ver/37a78d36-6b5c-4198-a2bd-237ba4483e4a?depth=0|INFO|500||Invoke
2021-11-13T04:31:22.578Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb37aeea-d7a3-4bc5-a8a9-b89186babcdb/model-vers/model-ver/37a78d36-6b5c-4198-a2bd-237ba4483e4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb37aeea-d7a3-4bc5-a8a9-b89186babcdb/model-vers/model-ver/37a78d36-6b5c-4198-a2bd-237ba4483e4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b529a07a-ee87-4228-8155-381cf3c6865b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7cff082f-c838-4591-9ca9-ea4720459e88], X-ECOMP-RequestID=[b529a07a-ee87-4228-8155-381cf3c6865b], X-TransactionId=[], X-ONAP-RequestID=[b529a07a-ee87-4228-8155-381cf3c6865b], Content-Type=[application/merge-patch+json]}
2021-11-13T04:31:22.621Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb37aeea-d7a3-4bc5-a8a9-b89186babcdb/model-vers/model-ver/37a78d36-6b5c-4198-a2bd-237ba4483e4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:31:22.874Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb37aeea-d7a3-4bc5-a8a9-b89186babcdb/model-vers/model-ver/37a78d36-6b5c-4198-a2bd-237ba4483e4a?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/cb37aeea-d7a3-4bc5-a8a9-b89186babcdb/model-vers/model-ver/37a78d36-6b5c-4198-a2bd-237ba4483e4a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211113-04:31:22:626-49763], vertex-id=[192608], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:31:22 GMT], Content-Type=[application/json]}
2021-11-13T04:31:22.874Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb37aeea-d7a3-4bc5-a8a9-b89186babcdb/model-vers/model-ver/37a78d36-6b5c-4198-a2bd-237ba4483e4a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:31:22.875Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb37aeea-d7a3-4bc5-a8a9-b89186babcdb/model-vers/model-ver/37a78d36-6b5c-4198-a2bd-237ba4483e4a?depth=0|INFO|500||InvokeReturn
2021-11-13T04:31:22.875Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:31:22.875Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:31:22.878Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:31:22.878Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b529a07a-ee87-4228-8155-381cf3c6865b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:31:22.878Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:31:22.878Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:22.880Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:22.880Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777882878,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:31:22.980Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:22.981Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:22.982Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:22.996Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:22.997Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:31:23.891Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:31:23.892Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:31:23.892Z|b529a07a-ee87-4228-8155-381cf3c6865b|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:33.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:40.734Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:31:40.735Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:31:40.735Z|b529a07a-ee87-4228-8155-381cf3c6865b|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:31:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:31:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:40.757Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:40.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:31:40.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:31:40.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:31:40.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:31:40.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:31:40.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:31:40.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:31:40.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:31:40.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:31:40.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:31:40.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:31:40.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777780734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:31:40.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777789566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:31:40.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:31:40.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:31:40.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777791485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:31:40.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:31:41.354Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:41.355Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:31:41.355Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2cb896dd-3bff-46c4-bd74-60a57cf495d5","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"f7b2d98f-8d52-4e11-b02e-78441267dbb4","serviceDescription":"service","serviceInvariantUUID":"603b9f83-8f2c-4433-950c-b19f525a7eb8","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"568e6c45-4983-4f59-9856-ecb1aa591f13","resourceInvariantUUID":"dd5fc082-ac40-45d5-b99e-030109d3b20d","resourceCustomizationUUID":"2e2468e4-6a1a-4545-a0f5-58bee3e25028","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":"3b594748-fcac-4b20-bd72-8d9ff281df7d","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":"YTM4YTExMzAxZTBkOTk0MjEzYzNmNTk1MmQzMGQ4NjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56354673-eba4-403f-b862-0a5e9cca7f6a","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":"OTRhMDM5MjdjNGM1OGQxYWRkNGY5NWY2M2ViOTRiMGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b84bcc36-23fa-4c4d-919c-a7885dd246c7","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":"23c74c74-0ce3-4503-9eae-21d9bc9a2548","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":"36af9c97-7111-437a-ab30-92590f9ec299","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":"d7e81285-bfb6-4082-8c72-6108e72a139a","artifactVersion":"2","generatedFromUUID":"23c74c74-0ce3-4503-9eae-21d9bc9a2548"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NzkwMDFmZjYxOTYzMmYzMTA3YzcwNDQzZTJkNzdiYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0e75399-5c3d-466e-89c5-9422dc07410a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NGIxYmE4ZjU5Y2MzYjUxYWRhNzcyMzQxNjcyNmVkZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b11c3233-3f12-4ea4-85aa-fc6d043251f5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:31:41.357Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:31:41.357Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:41.358Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:41.359Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:31:41.459Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:41.460Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:41.460Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:41.471Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:41.472Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:31:42.359Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:31:42.359Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:42.361Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:42.361Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:31:42.461Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:42.462Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:42.463Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:42.473Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:42.474Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:31:43.361Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:31:43.363Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:43.365Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:43.366Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:31:43.466Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:43.467Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:43.467Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:43.475Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:43.476Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:31:44.367Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:31:44.367Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:44.370Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:44.371Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:31:44.470Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:31:44.471Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:44.471Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:44.483Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:44.484Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:31:45.371Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:31:45.372Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:45.373Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:45.373Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:31:45.474Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:45.474Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:45.475Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:45.486Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:45.487Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:31:46.374Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:31:46.375Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:46.377Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:46.378Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-13T04:31:46.478Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:46.479Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:46.479Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:46.491Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:46.491Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:31:47.378Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:31:47.379Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:47.382Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:47.382Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:31:47.482Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:47.483Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:47.483Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:47.494Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:47.494Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:31:48.383Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:31:48.383Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:48.386Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:48.386Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:31:48.486Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:48.487Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:48.487Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:48.497Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:48.498Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:31:49.387Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "f7b2d98f-8d52-4e11-b02e-78441267dbb4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "603b9f83-8f2c-4433-950c-b19f525a7eb8",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "2e2468e4-6a1a-4545-a0f5-58bee3e25028",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "568e6c45-4983-4f59-9856-ecb1aa591f13",
      "resourceInvariantUUID": "dd5fc082-ac40-45d5-b99e-030109d3b20d",
      "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": "OTRhMDM5MjdjNGM1OGQxYWRkNGY5NWY2M2ViOTRiMGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b84bcc36-23fa-4c4d-919c-a7885dd246c7",
          "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": "23c74c74-0ce3-4503-9eae-21d9bc9a2548",
          "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": "d7e81285-bfb6-4082-8c72-6108e72a139a",
            "generatedFromUUID": "23c74c74-0ce3-4503-9eae-21d9bc9a2548"
          },
          "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": "d7e81285-bfb6-4082-8c72-6108e72a139a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NGIxYmE4ZjU5Y2MzYjUxYWRhNzcyMzQxNjcyNmVkZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b11c3233-3f12-4ea4-85aa-fc6d043251f5"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:31:49.388Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:31:49.388Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f7b2d98f-8d52-4e11-b02e-78441267dbb4 ASDC
2021-11-13T04:31:49.389Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2cb896dd-3bff-46c4-bd74-60a57cf495d5
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:f7b2d98f-8d52-4e11-b02e-78441267dbb4
ServiceInvariantUUID:603b9f83-8f2c-4433-950c-b19f525a7eb8
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:b11c3233-3f12-4ea4-85aa-fc6d043251f5
ArtifactChecksum:NGIxYmE4ZjU5Y2MzYjUxYWRhNzcyMzQxNjcyNmVkZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:2e2468e4-6a1a-4545-a0f5-58bee3e25028
ResourceInvariantUUID:dd5fc082-ac40-45d5-b99e-030109d3b20d
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:568e6c45-4983-4f59-9856-ecb1aa591f13
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:b84bcc36-23fa-4c4d-919c-a7885dd246c7
ArtifactChecksum:OTRhMDM5MjdjNGM1OGQxYWRkNGY5NWY2M2ViOTRiMGM=
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:23c74c74-0ce3-4503-9eae-21d9bc9a2548
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:d7e81285-bfb6-4082-8c72-6108e72a139a
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:d7e81285-bfb6-4082-8c72-6108e72a139a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-13T04:31:49.389Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7b2d98f-8d52-4e11-b02e-78441267dbb4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:31:49.420Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:31:49.421Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:31:49.421Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:31:49.421Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b11c3233-3f12-4ea4-85aa-fc6d043251f5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-13T04:31:49.421Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:31:49.422Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-13T04:31:49.557Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:31:49.560Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b11c3233-3f12-4ea4-85aa-fc6d043251f5 73659
2021-11-13T04:31:49.561Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-13T04:31:49.561Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-13T04:31:49.561Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:31:49.561Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:49.563Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:49.563Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777909561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:31:49.663Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:49.664Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:49.664Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:49.675Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:49.675Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:31:50.563Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:31:50.565Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:31:50.565Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b11c3233-3f12-4ea4-85aa-fc6d043251f5, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:50.565Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-13T04:31:50.566Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:50.566Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:50.648Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6367839267078874359/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:31:51.472Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-13T04:31:51.473Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f5f256d8-327b-4b36-aeca-f55a453d7475
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:51.474Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.475Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:51.475Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.475Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:51.475Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:51.475Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:51.475Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:f7b2d98f-8d52-4e11-b02e-78441267dbb4
Model Version:NULL
Model InvariantUuid:603b9f83-8f2c-4433-950c-b19f525a7eb8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:faea002b-0798-4c48-98f4-76fe1e25d056
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd5fc082-ac40-45d5-b99e-030109d3b20d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2e2468e4-6a1a-4545-a0f5-58bee3e25028
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0981327d-0026-4ec5-a015-12b6707b327b
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:debcf9ae-ae63-4f71-b9b3-296da0561482
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f5f256d8-327b-4b36-aeca-f55a453d7475
ModelInvariantUuid:ea16838b-89fa-47a9-b8f8-cabbd9360505
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:dbe21514-8041-4181-9183-4529c4404a30
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0b76cd14-d496-4bca-b3f8-fc1e4958bdc1
ModelInvariantUuid:aa99500b-197a-44ae-9540-ba92b1c3c176
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:4ed3030a-fff7-48ce-8d21-90157769865b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:31:51.479Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 568e6c45-4983-4f59-9856-ecb1aa591f13
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:31:51.482Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||basicclamp 0
2021-11-13T04:31:51.482Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 568e6c45-4983-4f59-9856-ecb1aa591f13
2021-11-13T04:31:51.482Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b84bcc36-23fa-4c4d-919c-a7885dd246c7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-13T04:31:51.482Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:31:51.482Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-13T04:31:51.564Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:31:51.564Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json b84bcc36-23fa-4c4d-919c-a7885dd246c7 790
2021-11-13T04:31:51.564Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-13T04:31:51.565Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-13T04:31:51.565Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:31:51.565Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:51.567Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:51.567Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777911564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:31:51.668Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:51.669Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:51.669Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:51.680Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:51.681Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:31:52.572Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0981327d-0026-4ec5-a015-12b6707b327b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "debcf9ae-ae63-4f71-b9b3-296da0561482",
    "vfModuleModelCustomizationUUID": "d64691df-3600-4975-9fe2-41f240d36cdf",
    "isBase": true,
    "artifacts": [
      "23c74c74-0ce3-4503-9eae-21d9bc9a2548",
      "d7e81285-bfb6-4082-8c72-6108e72a139a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:31:52.575Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:debcf9ae-ae63-4f71-b9b3-296da0561482
VfModuleModelInvariantUUID:0981327d-0026-4ec5-a015-12b6707b327b
VfModuleModelDescription:NULL
Artifacts UUID List:{
23c74c74-0ce3-4503-9eae-21d9bc9a2548
,
d7e81285-bfb6-4082-8c72-6108e72a139a

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

isBase:true


}

2021-11-13T04:31:52.578Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0981327d-0026-4ec5-a015-12b6707b327b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "debcf9ae-ae63-4f71-b9b3-296da0561482",
    "vfModuleModelCustomizationUUID": "d64691df-3600-4975-9fe2-41f240d36cdf",
    "isBase": true,
    "artifacts": [
      "23c74c74-0ce3-4503-9eae-21d9bc9a2548",
      "d7e81285-bfb6-4082-8c72-6108e72a139a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:31:52.578Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:debcf9ae-ae63-4f71-b9b3-296da0561482
VfModuleModelInvariantUUID:0981327d-0026-4ec5-a015-12b6707b327b
VfModuleModelDescription:NULL
Artifacts UUID List:{
23c74c74-0ce3-4503-9eae-21d9bc9a2548
,
d7e81285-bfb6-4082-8c72-6108e72a139a

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

isBase:true


}

2021-11-13T04:31:52.578Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 23c74c74-0ce3-4503-9eae-21d9bc9a2548 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-13T04:31:52.578Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:31:52.578Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-13T04:31:52.776Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:31:52.776Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 23c74c74-0ce3-4503-9eae-21d9bc9a2548 5033
2021-11-13T04:31:52.776Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-13T04:31:52.776Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-13T04:31:52.776Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:31:52.776Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:52.778Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:52.778Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777912776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:31:52.878Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:52.879Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:52.879Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:52.889Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:52.890Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:31:53.778Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d7e81285-bfb6-4082-8c72-6108e72a139a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-13T04:31:53.779Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:31:53.779Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-13T04:31:53.950Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:31:53.951Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d7e81285-bfb6-4082-8c72-6108e72a139a 909
2021-11-13T04:31:53.951Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-13T04:31:53.951Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-13T04:31:53.951Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:31:53.951Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:53.953Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:53.953Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777913951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:31:54.053Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:54.054Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:54.054Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:54.068Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:54.069Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:31:54.953Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f7b2d98f-8d52-4e11-b02e-78441267dbb4
2021-11-13T04:31:54.954Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 568e6c45-4983-4f59-9856-ecb1aa591f13 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:31:54.966Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fb0cef8, org.onap.sdc.toscaparser.api.parameters.Input@59c6dabb, org.onap.sdc.toscaparser.api.parameters.Input@33ae3e3d, org.onap.sdc.toscaparser.api.parameters.Input@c3bcdfb, org.onap.sdc.toscaparser.api.parameters.Input@25d5058a]
2021-11-13T04:31:54.967Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.967Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:54.967Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-11-13T04:31:54.967Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 2e2468e4-6a1a-4545-a0f5-58bee3e25028
2021-11-13T04:31:54.967Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2e2468e4-6a1a-4545-a0f5-58bee3e25028 matches Tosca VF Customization UUID: 2e2468e4-6a1a-4545-a0f5-58bee3e25028
2021-11-13T04:31:54.967Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 2e2468e4-6a1a-4545-a0f5-58bee3e25028  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-13T04:31:54.969Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.969Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:54.970Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 2e2468e4-6a1a-4545-a0f5-58bee3e25028: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-13T04:31:54.970Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ab2d0cf
2021-11-13T04:31:54.970Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.970Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:31:54.970Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d64691df-3600-4975-9fe2-41f240d36cdf
2021-11-13T04:31:54.970Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d64691df-3600-4975-9fe2-41f240d36cdf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-13T04:31:54.972Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.972Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:31:54.972Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:31:54.972Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.972Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:31:54.972Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:31:54.972Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.973Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-13T04:31:54.973Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-13T04:31:54.973Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:31:54.973Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f5f256d8-327b-4b36-aeca-f55a453d7475
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:31:54.974Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.975Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:31:54.975Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:31:54.975Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.975Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:31:54.975Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=2e2468e4-6a1a-4545-a0f5-58bee3e25028
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:31:54.976Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.976Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:54.976Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f7b2d98f-8d52-4e11-b02e-78441267dbb4: basicclamp
2021-11-13T04:31:54.977Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.977Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:54.977Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.977Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:54.977Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.977Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:54.977Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.977Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:54.977Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:31:54.977Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:31:54.977Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:31:55.028Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 568e6c45-4983-4f59-9856-ecb1aa591f13 1 ASDC deployResourceStructure
2021-11-13T04:31:55.028Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-13T04:31:55.029Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-13T04:31:55.029Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:31:55.029Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:55.030Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:55.031Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777915028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:31:55.131Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:55.132Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:55.132Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:55.142Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:55.142Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:31:56.032Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-13T04:31:56.032Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-13T04:31:56.032Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:31:56.033Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:56.035Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:56.035Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777916031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:31:56.135Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:56.136Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:56.136Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:56.148Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:56.148Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:31:57.036Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-13T04:31:57.036Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-13T04:31:57.036Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:31:57.037Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:57.039Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:57.039Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777917036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:31:57.139Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:57.140Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:57.140Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:57.152Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:57.152Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:31:58.040Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-13T04:31:58.041Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-13T04:31:58.041Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:31:58.041Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:31:58.044Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:31:58.044Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777918040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:31:58.144Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:31:58.144Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:31:58.145Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:31:58.155Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:58.156Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:31:59.045Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2cb896dd-3bff-46c4-bd74-60a57cf495d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:31:59.054Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2cb896dd-3bff-46c4-bd74-60a57cf495d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:31:59.056Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:31:59.056Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:31:59.056Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:32:29.056Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2cb896dd-3bff-46c4-bd74-60a57cf495d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:32:29.066Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2cb896dd-3bff-46c4-bd74-60a57cf495d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:32:29.068Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:32:29.068Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:32:29.068Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:32:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:32:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:32:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:32:40.763Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:32:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777882878,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:32:40.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:32:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777893585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "cds",
  "timestamp": 1636777888099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777888663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "policy-id",
  "timestamp": 1636777896664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777893585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "cds",
  "timestamp": 1636777888099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777888663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "policy-id",
  "timestamp": 1636777896664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "dcae-sch",
  "timestamp": 1636777898566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:32:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777893585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:32:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "cds",
  "timestamp": 1636777888099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777888663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "policy-id",
  "timestamp": 1636777896664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "dcae-sch",
  "timestamp": 1636777898566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "policy-id",
  "timestamp": 1636777896664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:32:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777888663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "cds",
  "timestamp": 1636777888099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:32:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777893585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:32:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:59.068Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2cb896dd-3bff-46c4-bd74-60a57cf495d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:32:59.078Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2cb896dd-3bff-46c4-bd74-60a57cf495d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:32:59.081Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:32:59.081Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:32:59.081Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:33:29.081Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2cb896dd-3bff-46c4-bd74-60a57cf495d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:33:29.091Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2cb896dd-3bff-46c4-bd74-60a57cf495d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:33:29.094Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:33:29.094Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:33:29.094Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:33:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:33:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:33:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:33:40.754Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:33:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "dcae-sch",
  "timestamp": 1636777898566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777893585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "cds",
  "timestamp": 1636777888099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777888663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "policy-id",
  "timestamp": 1636777896664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777900871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "dcae-sch",
  "timestamp": 1636777898566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777893585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "cds",
  "timestamp": 1636777888099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777888663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "policy-id",
  "timestamp": 1636777896664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777900871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "dcae-sch",
  "timestamp": 1636777898566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "cds",
  "timestamp": 1636777888099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777893585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777888663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "policy-id",
  "timestamp": 1636777896664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777900871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "dcae-sch",
  "timestamp": 1636777898566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777893585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777888663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "cds",
  "timestamp": 1636777888099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "policy-id",
  "timestamp": 1636777896664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777900871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "dcae-sch",
  "timestamp": 1636777898566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777905402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "cds",
  "timestamp": 1636777905402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.777Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "policy-id",
  "timestamp": 1636777905403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.777Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777900871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "dcae-sch",
  "timestamp": 1636777898566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "cds",
  "timestamp": 1636777906409,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:33:40.783Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2cb896dd-3bff-46c4-bd74-60a57cf495d5
2021-11-13T04:33:40.783Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb896dd-3bff-46c4-bd74-60a57cf495d5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:33:40.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "policy-id",
  "timestamp": 1636777906407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.791Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777906481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.791Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777900871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "policy-id",
  "timestamp": 1636777907409,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:33:40.795Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cb896dd-3bff-46c4-bd74-60a57cf495d5
2021-11-13T04:33:40.796Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb896dd-3bff-46c4-bd74-60a57cf495d5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:33:40.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777900871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777907760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "dcae-sch",
  "timestamp": 1636777908057,
  "artifactURL": "/sdc/v1/catalog/services/f7b2d98f-8d52-4e11-b02e-78441267dbb4/resourceInstances/basicclamp0/artifacts/3b594748-fcac-4b20-bd72-8d9ff281df7d",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777900734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777900871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777908776,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:33:40.808Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cb896dd-3bff-46c4-bd74-60a57cf495d5
2021-11-13T04:33:40.808Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb896dd-3bff-46c4-bd74-60a57cf495d5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "dcae-sch",
  "timestamp": 1636777909227,
  "artifactURL": "/sdc/v1/catalog/services/f7b2d98f-8d52-4e11-b02e-78441267dbb4/resourceInstances/basicclamp0/artifacts/3b594748-fcac-4b20-bd72-8d9ff281df7d",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777909561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777909764,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777909779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "aai-ml",
  "timestamp": 1636777909561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "dcae-sch",
  "timestamp": 1636777910231,
  "artifactURL": "/sdc/v1/catalog/services/f7b2d98f-8d52-4e11-b02e-78441267dbb4/resourceInstances/basicclamp0/artifacts/3b594748-fcac-4b20-bd72-8d9ff281df7d",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:33:40.817Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 2cb896dd-3bff-46c4-bd74-60a57cf495d5
2021-11-13T04:33:40.817Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb896dd-3bff-46c4-bd74-60a57cf495d5 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:33:40.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "aai-ml",
  "timestamp": 1636777909561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777908663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "cds",
  "timestamp": 1636777907413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777911564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777911684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "aai-ml",
  "timestamp": 1636777909561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777908663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "cds",
  "timestamp": 1636777907413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777912688,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:33:40.827Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2cb896dd-3bff-46c4-bd74-60a57cf495d5
2021-11-13T04:33:40.827Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb896dd-3bff-46c4-bd74-60a57cf495d5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777912776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "aai-ml",
  "timestamp": 1636777909561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777908663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "cds",
  "timestamp": 1636777907413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777913951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "aai-ml",
  "timestamp": 1636777909561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777913585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "cds",
  "timestamp": 1636777907413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777908663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777915028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "aai-ml",
  "timestamp": 1636777909561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777913585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777908663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "cds",
  "timestamp": 1636777907413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777916031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "aai-ml",
  "timestamp": 1636777909561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777913585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "cds",
  "timestamp": 1636777907413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777908663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777917036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "aai-ml",
  "timestamp": 1636777909561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777913585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "policy-id",
  "timestamp": 1636777916664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777908663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "cds",
  "timestamp": 1636777907413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777918040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777913585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "policy-id",
  "timestamp": 1636777916664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "aai-ml",
  "timestamp": 1636777918372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "cds",
  "timestamp": 1636777907413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777908663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "dcae-sch",
  "timestamp": 1636777918566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777913585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "policy-id",
  "timestamp": 1636777916664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "cds",
  "timestamp": 1636777919766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "dcae-sch",
  "timestamp": 1636777918566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777913585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "policy-id",
  "timestamp": 1636777916664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "dcae-sch",
  "timestamp": 1636777918566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777913585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "policy-id",
  "timestamp": 1636777916664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "cds",
  "timestamp": 1636777921823,
  "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 (?, ?, ?, ?, ?)
2021-11-13T04:33:40.847Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5adef4b2-757c-4f4d-94c3-9e621a888823
2021-11-13T04:33:40.847Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5adef4b2-757c-4f4d-94c3-9e621a888823 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:33:40.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "dcae-sch",
  "timestamp": 1636777918566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777922296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "policy-id",
  "timestamp": 1636777916664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "dcae-sch",
  "timestamp": 1636777918566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "policy-id",
  "timestamp": 1636777916664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777923344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "aai-ml",
  "timestamp": 1636777923500,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "dcae-sch",
  "timestamp": 1636777918566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "policy-id",
  "timestamp": 1636777916664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777924384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.857Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "aai-ml",
  "timestamp": 1636777924504,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:33:40.861Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2cb896dd-3bff-46c4-bd74-60a57cf495d5
2021-11-13T04:33:40.861Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb896dd-3bff-46c4-bd74-60a57cf495d5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:33:40.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "dcae-sch",
  "timestamp": 1636777918566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "policy-id",
  "timestamp": 1636777925365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.869Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777925400,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:33:40.872Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5adef4b2-757c-4f4d-94c3-9e621a888823
2021-11-13T04:33:40.873Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5adef4b2-757c-4f4d-94c3-9e621a888823 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:33:40.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "dcae-sch",
  "timestamp": 1636777918566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "policy-id",
  "timestamp": 1636777926370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777926403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "policy-id",
  "timestamp": 1636777927373,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:33:40.884Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5adef4b2-757c-4f4d-94c3-9e621a888823
2021-11-13T04:33:40.884Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5adef4b2-757c-4f4d-94c3-9e621a888823 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777930871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777930871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777930871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777930871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777930871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777935601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777930871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777936603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777930871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777930871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777939668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "aai-ml",
  "timestamp": 1636777939561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777940667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "aai-ml",
  "timestamp": 1636777939561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777941532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777941670,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "aai-ml",
  "timestamp": 1636777939561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777942535,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:33:40.895Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5adef4b2-757c-4f4d-94c3-9e621a888823
2021-11-13T04:33:40.896Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5adef4b2-757c-4f4d-94c3-9e621a888823 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:33:40.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "clamp",
  "timestamp": 1636777942673,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:33:40.907Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2cb896dd-3bff-46c4-bd74-60a57cf495d5
2021-11-13T04:33:40.907Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb896dd-3bff-46c4-bd74-60a57cf495d5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "aai-ml",
  "timestamp": 1636777939561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "aai-ml",
  "timestamp": 1636777939561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "aai-ml",
  "timestamp": 1636777939561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "aai-ml",
  "timestamp": 1636777939561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "aai-ml",
  "timestamp": 1636777939561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "aai-ml",
  "timestamp": 1636777948358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "clamp",
  "timestamp": 1636777916870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "aai-ml",
  "timestamp": 1636777954961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:33:40.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:33:40.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "aai-ml",
  "timestamp": 1636777955965,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:33:40.919Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5adef4b2-757c-4f4d-94c3-9e621a888823
2021-11-13T04:33:40.919Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5adef4b2-757c-4f4d-94c3-9e621a888823 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:33:59.095Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2cb896dd-3bff-46c4-bd74-60a57cf495d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:33:59.106Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2cb896dd-3bff-46c4-bd74-60a57cf495d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:33:59.110Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:33:59.110Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:33:59.110Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:33:59.110Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:33:59.110Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:33:59.110Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:33:59.110Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:33:59.111Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:33:59.111Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:33:59.111Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:33:59.111Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:33:59.111Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:33:59.116Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:34:29.117Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2cb896dd-3bff-46c4-bd74-60a57cf495d5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:34:29.121Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2cb896dd-3bff-46c4-bd74-60a57cf495d5 and serviceModelVersionId: f7b2d98f-8d52-4e11-b02e-78441267dbb4
2021-11-13T04:34:29.121Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 603b9f83-8f2c-4433-950c-b19f525a7eb8
2021-11-13T04:34:29.122Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/603b9f83-8f2c-4433-950c-b19f525a7eb8/model-vers/model-ver/f7b2d98f-8d52-4e11-b02e-78441267dbb4?depth=0
2021-11-13T04:34:29.126Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:34:29.152Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/603b9f83-8f2c-4433-950c-b19f525a7eb8/model-vers/model-ver/f7b2d98f-8d52-4e11-b02e-78441267dbb4?depth=0|INFO|500||Invoke
2021-11-13T04:34:29.153Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/603b9f83-8f2c-4433-950c-b19f525a7eb8/model-vers/model-ver/f7b2d98f-8d52-4e11-b02e-78441267dbb4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/603b9f83-8f2c-4433-950c-b19f525a7eb8/model-vers/model-ver/f7b2d98f-8d52-4e11-b02e-78441267dbb4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2cb896dd-3bff-46c4-bd74-60a57cf495d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d5b9f57-1ab6-4216-aab3-09ef50f3b211], X-ECOMP-RequestID=[2cb896dd-3bff-46c4-bd74-60a57cf495d5], X-TransactionId=[], X-ONAP-RequestID=[2cb896dd-3bff-46c4-bd74-60a57cf495d5], Content-Type=[application/merge-patch+json]}
2021-11-13T04:34:29.181Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/603b9f83-8f2c-4433-950c-b19f525a7eb8/model-vers/model-ver/f7b2d98f-8d52-4e11-b02e-78441267dbb4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:34:29.454Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/603b9f83-8f2c-4433-950c-b19f525a7eb8/model-vers/model-ver/f7b2d98f-8d52-4e11-b02e-78441267dbb4?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/603b9f83-8f2c-4433-950c-b19f525a7eb8/model-vers/model-ver/f7b2d98f-8d52-4e11-b02e-78441267dbb4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211113-04:34:29:187-8515], vertex-id=[233712], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:34:29 GMT], Content-Type=[application/json]}
2021-11-13T04:34:29.455Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/603b9f83-8f2c-4433-950c-b19f525a7eb8/model-vers/model-ver/f7b2d98f-8d52-4e11-b02e-78441267dbb4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:34:29.456Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/603b9f83-8f2c-4433-950c-b19f525a7eb8/model-vers/model-ver/f7b2d98f-8d52-4e11-b02e-78441267dbb4?depth=0|INFO|500||InvokeReturn
2021-11-13T04:34:29.456Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:34:29.456Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:34:29.461Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:34:29.461Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2cb896dd-3bff-46c4-bd74-60a57cf495d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:34:29.462Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:34:29.462Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:29.465Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:29.465Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778069461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:34:29.565Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:34:29.566Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:29.566Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:29.577Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:29.578Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:34:30.475Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:34:30.476Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:34:30.476Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:35.210Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:35.211Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:34:35.211Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5adef4b2-757c-4f4d-94c3-9e621a888823","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1a92f1cb-6490-40b0-99f8-1a374301edfe","serviceDescription":"service","serviceInvariantUUID":"6d76b9f7-7c9f-4f92-94f5-16e4148f6275","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8832f814-967c-49db-98c2-fb0cc8fdf739","resourceInvariantUUID":"b66f9a41-b073-4f19-b0b2-a9df7847274c","resourceCustomizationUUID":"c2566a26-005c-47e0-ae00-ebec0a068061","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":"N2M0YTdhY2U1ZjE3MDA1NWIxZmEwZTU5ZGRjNGM2Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d51e3bc-94fe-47cf-b0fe-7cf315dd3bce","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":"YjQ2ZTIyMzExNzBhOGRhMTdiYTU1YjMwNjAyNDJmMzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8eb0a8a7-c6c5-4486-a7e9-d88883c79a70","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":"0175ea58-3ef9-4ef3-a45d-b8360907b08a","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":"6305fbd5-d873-4e20-bd2c-cd50a7ea3b1d","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":"b7c0ef5a-ebc9-4ee2-a166-efeebbdc187e","artifactVersion":"2","generatedFromUUID":"0175ea58-3ef9-4ef3-a45d-b8360907b08a"},{"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":"ZmI1MTU5ZDdlYmRkZDViYzA1YmJjOWUyYTM0OThkMjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9fbcec75-733b-4cb6-a76b-ba784aa8c132","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":"ZGQ1ODdkYjA3OGI1NzljYjhhYmU1N2NhM2U4ZWMxOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f5919c4-d7f8-4799-8fce-1a4066d72120","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWM2ZjQ1OWJjNzJiYmFlNDI4OWRlODhkN2UzNjQ0ZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d01da6c0-2b6d-4d8b-94a5-af35d54a5995","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:34:35.214Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:34:35.215Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:35.217Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:35.217Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:34:35.317Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:34:35.318Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:35.319Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:35.328Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:35.329Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:36.218Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:34:36.219Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:36.222Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:36.222Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:34:36.322Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:34:36.323Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:36.323Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:36.334Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:36.334Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:37.223Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:34:37.224Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:37.226Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:37.226Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:34:37.327Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:34:37.328Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:37.328Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:37.339Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:37.340Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:38.227Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:34:38.228Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:38.231Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:38.231Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:34:38.331Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:34:38.332Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:38.332Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:38.341Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:38.341Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:39.232Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:34:39.232Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:39.235Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:39.236Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-13T04:34:39.336Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:34:39.337Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:39.337Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:39.347Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:39.348Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:40.236Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:34:40.237Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:40.240Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:40.240Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:34:40.340Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:34:40.340Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:40.341Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:40.351Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:40.351Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:34:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:34:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:40.759Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:34:40.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "clamp",
  "timestamp": 1636777963605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:34:40.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:34:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:34:40.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "clamp",
  "timestamp": 1636777965614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:34:40.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:34:40.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:34:40.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "clamp",
  "timestamp": 1636777966619,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:34:40.767Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5adef4b2-757c-4f4d-94c3-9e621a888823
2021-11-13T04:34:40.767Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5adef4b2-757c-4f4d-94c3-9e621a888823 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:34:41.241Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:34:41.242Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:41.245Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:41.245Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:34:41.345Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:34:41.346Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:41.346Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:41.358Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:41.358Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:42.246Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:34:42.247Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:42.249Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:42.250Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:34:42.349Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:34:42.350Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:42.350Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:42.361Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:42.361Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:34:43.251Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1a92f1cb-6490-40b0-99f8-1a374301edfe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6d76b9f7-7c9f-4f92-94f5-16e4148f6275",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "c2566a26-005c-47e0-ae00-ebec0a068061",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8832f814-967c-49db-98c2-fb0cc8fdf739",
      "resourceInvariantUUID": "b66f9a41-b073-4f19-b0b2-a9df7847274c",
      "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": "YjQ2ZTIyMzExNzBhOGRhMTdiYTU1YjMwNjAyNDJmMzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8eb0a8a7-c6c5-4486-a7e9-d88883c79a70",
          "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": "0175ea58-3ef9-4ef3-a45d-b8360907b08a",
          "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": "b7c0ef5a-ebc9-4ee2-a166-efeebbdc187e",
            "generatedFromUUID": "0175ea58-3ef9-4ef3-a45d-b8360907b08a"
          },
          "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": "b7c0ef5a-ebc9-4ee2-a166-efeebbdc187e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWM2ZjQ1OWJjNzJiYmFlNDI4OWRlODhkN2UzNjQ0ZmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d01da6c0-2b6d-4d8b-94a5-af35d54a5995"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:34:43.252Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:34:43.252Z|2cb896dd-3bff-46c4-bd74-60a57cf495d5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1a92f1cb-6490-40b0-99f8-1a374301edfe ASDC
2021-11-13T04:34:43.253Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5adef4b2-757c-4f4d-94c3-9e621a888823
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:1a92f1cb-6490-40b0-99f8-1a374301edfe
ServiceInvariantUUID:6d76b9f7-7c9f-4f92-94f5-16e4148f6275
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:d01da6c0-2b6d-4d8b-94a5-af35d54a5995
ArtifactChecksum:ZWM2ZjQ1OWJjNzJiYmFlNDI4OWRlODhkN2UzNjQ0ZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:c2566a26-005c-47e0-ae00-ebec0a068061
ResourceInvariantUUID:b66f9a41-b073-4f19-b0b2-a9df7847274c
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8832f814-967c-49db-98c2-fb0cc8fdf739
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:8eb0a8a7-c6c5-4486-a7e9-d88883c79a70
ArtifactChecksum:YjQ2ZTIyMzExNzBhOGRhMTdiYTU1YjMwNjAyNDJmMzI=
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:0175ea58-3ef9-4ef3-a45d-b8360907b08a
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:b7c0ef5a-ebc9-4ee2-a166-efeebbdc187e
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:b7c0ef5a-ebc9-4ee2-a166-efeebbdc187e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-13T04:34:43.253Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1a92f1cb-6490-40b0-99f8-1a374301edfe ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:34:43.281Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:34:43.281Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:34:43.281Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:34:43.281Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d01da6c0-2b6d-4d8b-94a5-af35d54a5995 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-13T04:34:43.281Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:34:43.282Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-13T04:34:43.380Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:34:43.383Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d01da6c0-2b6d-4d8b-94a5-af35d54a5995 78788
2021-11-13T04:34:43.383Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-13T04:34:43.383Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-13T04:34:43.383Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:34:43.383Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:43.384Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:43.385Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778083383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:34:43.485Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:34:43.485Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:43.486Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:43.496Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:43.496Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:44.385Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:34:44.386Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:34:44.386Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d01da6c0-2b6d-4d8b-94a5-af35d54a5995, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:44.386Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-13T04:34:44.386Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:44.386Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:44.495Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9938656988463670951/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:34:45.291Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.292Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:45.292Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:34:45.292Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:34:45.292Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:34:45.292Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.292Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:45.292Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:34:45.292Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:34:45.292Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:34:45.292Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.292Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:45.293Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.293Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-13T04:34:45.293Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-13T04:34:45.293Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-13T04:34:45.293Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-13T04:34:45.293Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-13T04:34:45.293Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:34:45.293Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.293Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:34:45.293Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.293Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:34:45.293Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:34:45.294Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.294Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:34:45.294Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:34:45.294Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.294Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:34:45.294Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:34:45.294Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.294Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-13T04:34:45.294Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-13T04:34:45.294Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-13T04:34:45.294Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2301829c-9569-4dc6-9c96-44d8f145658e
2021-11-13T04:34:45.294Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.295Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:45.295Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.295Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:45.295Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.295Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:45.295Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:45.295Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:45.295Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:1a92f1cb-6490-40b0-99f8-1a374301edfe
Model Version:NULL
Model InvariantUuid:6d76b9f7-7c9f-4f92-94f5-16e4148f6275
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:82611c6f-400a-4e1c-bd59-f21a2fa3844b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b66f9a41-b073-4f19-b0b2-a9df7847274c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c2566a26-005c-47e0-ae00-ebec0a068061
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3e7ca589-a039-44c4-a703-5e863f8c261f
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:28b69c4a-b147-437c-a6ca-85aa0e5ec64a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2301829c-9569-4dc6-9c96-44d8f145658e
ModelInvariantUuid:077d52fe-5a1f-4efe-b188-b75916ae1bc0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:df3825cc-f10e-4775-ace5-fe36e59328cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:130919bb-61e8-4c90-947e-75d74ba1c5ab
ModelInvariantUuid:47ed30b1-879a-4d24-9359-13795b1f4156
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:420cfb9f-1596-4ec9-9a32-3c2a85050482
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:34:45.300Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8832f814-967c-49db-98c2-fb0cc8fdf739
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:34:45.302Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2021-11-13T04:34:45.302Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8832f814-967c-49db-98c2-fb0cc8fdf739
2021-11-13T04:34:45.302Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8eb0a8a7-c6c5-4486-a7e9-d88883c79a70 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-13T04:34:45.302Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:34:45.302Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-13T04:34:45.338Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:34:45.339Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8eb0a8a7-c6c5-4486-a7e9-d88883c79a70 792
2021-11-13T04:34:45.339Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-13T04:34:45.339Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-13T04:34:45.339Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:34:45.339Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:45.341Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:45.342Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778085339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:34:45.442Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:34:45.442Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:45.442Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:45.455Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:45.455Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:34:46.342Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3e7ca589-a039-44c4-a703-5e863f8c261f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28b69c4a-b147-437c-a6ca-85aa0e5ec64a",
    "vfModuleModelCustomizationUUID": "220823f7-42d1-49d4-8205-a3f3a2caf717",
    "isBase": true,
    "artifacts": [
      "0175ea58-3ef9-4ef3-a45d-b8360907b08a",
      "b7c0ef5a-ebc9-4ee2-a166-efeebbdc187e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:34:46.345Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28b69c4a-b147-437c-a6ca-85aa0e5ec64a
VfModuleModelInvariantUUID:3e7ca589-a039-44c4-a703-5e863f8c261f
VfModuleModelDescription:NULL
Artifacts UUID List:{
0175ea58-3ef9-4ef3-a45d-b8360907b08a
,
b7c0ef5a-ebc9-4ee2-a166-efeebbdc187e

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

isBase:true


}

2021-11-13T04:34:46.346Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3e7ca589-a039-44c4-a703-5e863f8c261f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28b69c4a-b147-437c-a6ca-85aa0e5ec64a",
    "vfModuleModelCustomizationUUID": "220823f7-42d1-49d4-8205-a3f3a2caf717",
    "isBase": true,
    "artifacts": [
      "0175ea58-3ef9-4ef3-a45d-b8360907b08a",
      "b7c0ef5a-ebc9-4ee2-a166-efeebbdc187e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:34:46.346Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28b69c4a-b147-437c-a6ca-85aa0e5ec64a
VfModuleModelInvariantUUID:3e7ca589-a039-44c4-a703-5e863f8c261f
VfModuleModelDescription:NULL
Artifacts UUID List:{
0175ea58-3ef9-4ef3-a45d-b8360907b08a
,
b7c0ef5a-ebc9-4ee2-a166-efeebbdc187e

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

isBase:true


}

2021-11-13T04:34:46.346Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0175ea58-3ef9-4ef3-a45d-b8360907b08a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-13T04:34:46.346Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:34:46.346Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-13T04:34:46.458Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:34:46.458Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0175ea58-3ef9-4ef3-a45d-b8360907b08a 5033
2021-11-13T04:34:46.459Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-13T04:34:46.459Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-13T04:34:46.459Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:34:46.459Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:46.460Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:46.461Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778086459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:34:46.561Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:34:46.562Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:46.562Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:46.572Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:46.572Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:47.461Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b7c0ef5a-ebc9-4ee2-a166-efeebbdc187e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-13T04:34:47.462Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:34:47.462Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-13T04:34:47.574Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:34:47.574Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b7c0ef5a-ebc9-4ee2-a166-efeebbdc187e 903
2021-11-13T04:34:47.574Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-13T04:34:47.575Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-13T04:34:47.575Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:34:47.575Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:47.577Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:47.577Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778087574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:34:47.677Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:34:47.677Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:47.678Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:47.689Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:47.689Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:48.578Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1a92f1cb-6490-40b0-99f8-1a374301edfe
2021-11-13T04:34:48.579Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8832f814-967c-49db-98c2-fb0cc8fdf739 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:34:48.590Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6edd5f34, org.onap.sdc.toscaparser.api.parameters.Input@366204d7, org.onap.sdc.toscaparser.api.parameters.Input@c310041, org.onap.sdc.toscaparser.api.parameters.Input@190e03e3, org.onap.sdc.toscaparser.api.parameters.Input@1d2edb09]
2021-11-13T04:34:48.592Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.592Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:48.592Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-11-13T04:34:48.592Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c2566a26-005c-47e0-ae00-ebec0a068061
2021-11-13T04:34:48.593Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c2566a26-005c-47e0-ae00-ebec0a068061 matches Tosca VF Customization UUID: c2566a26-005c-47e0-ae00-ebec0a068061
2021-11-13T04:34:48.593Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c2566a26-005c-47e0-ae00-ebec0a068061  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-13T04:34:48.595Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.595Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:48.595Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c2566a26-005c-47e0-ae00-ebec0a068061: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-11-13T04:34:48.596Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@560301e0
2021-11-13T04:34:48.596Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.596Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:34:48.596Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 220823f7-42d1-49d4-8205-a3f3a2caf717
2021-11-13T04:34:48.596Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 220823f7-42d1-49d4-8205-a3f3a2caf717
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-13T04:34:48.598Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.598Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:34:48.598Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:34:48.599Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.599Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:34:48.599Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:34:48.599Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.599Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-13T04:34:48.599Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-13T04:34:48.599Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-13T04:34:48.599Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2301829c-9569-4dc6-9c96-44d8f145658e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:34:48.601Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.601Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:34:48.601Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:34:48.601Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.601Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:34:48.601Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c2566a26-005c-47e0-ae00-ebec0a068061
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:34:48.602Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.602Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:48.603Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1a92f1cb-6490-40b0-99f8-1a374301edfe: basic_vm_macro
2021-11-13T04:34:48.603Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.603Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:48.603Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.603Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:48.603Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.603Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:48.603Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.603Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:48.603Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:34:48.603Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:34:48.603Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:34:48.664Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8832f814-967c-49db-98c2-fb0cc8fdf739 1 ASDC deployResourceStructure
2021-11-13T04:34:48.664Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-13T04:34:48.664Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-13T04:34:48.664Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:34:48.664Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:48.666Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:48.666Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778088664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:34:48.767Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:34:48.767Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:48.768Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:48.778Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:48.779Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:49.668Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-13T04:34:49.668Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-13T04:34:49.668Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:34:49.669Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:49.670Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:49.671Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778089668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:34:49.770Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:34:49.771Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:49.771Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:49.781Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:49.781Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:50.672Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-13T04:34:50.672Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-13T04:34:50.672Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:34:50.672Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:50.674Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:50.675Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778090672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:34:50.775Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:34:50.776Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:50.776Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:50.785Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:50.786Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:51.675Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-13T04:34:51.676Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-13T04:34:51.676Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:34:51.676Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:34:51.678Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:34:51.678Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778091675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:34:51.777Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:34:51.778Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:34:51.778Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:34:51.786Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:51.787Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:34:52.678Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5adef4b2-757c-4f4d-94c3-9e621a888823
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:34:52.687Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5adef4b2-757c-4f4d-94c3-9e621a888823
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:34:52.689Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:34:52.689Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:34:52.689Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:34:52.689Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:34:52.689Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:34:52.689Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:34:52.690Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:34:52.690Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:34:52.690Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:34:52.690Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:34:52.690Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:34:52.694Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:35:22.694Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5adef4b2-757c-4f4d-94c3-9e621a888823 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:35:22.698Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5adef4b2-757c-4f4d-94c3-9e621a888823 and serviceModelVersionId: 1a92f1cb-6490-40b0-99f8-1a374301edfe
2021-11-13T04:35:22.698Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d76b9f7-7c9f-4f92-94f5-16e4148f6275
2021-11-13T04:35:22.699Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d76b9f7-7c9f-4f92-94f5-16e4148f6275/model-vers/model-ver/1a92f1cb-6490-40b0-99f8-1a374301edfe?depth=0
2021-11-13T04:35:22.702Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:35:22.724Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d76b9f7-7c9f-4f92-94f5-16e4148f6275/model-vers/model-ver/1a92f1cb-6490-40b0-99f8-1a374301edfe?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-13T04:35:22.724Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d76b9f7-7c9f-4f92-94f5-16e4148f6275/model-vers/model-ver/1a92f1cb-6490-40b0-99f8-1a374301edfe?depth=0|INFO|500||Invoke
2021-11-13T04:35:22.739Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d76b9f7-7c9f-4f92-94f5-16e4148f6275/model-vers/model-ver/1a92f1cb-6490-40b0-99f8-1a374301edfe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:35:22.983Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d76b9f7-7c9f-4f92-94f5-16e4148f6275/model-vers/model-ver/1a92f1cb-6490-40b0-99f8-1a374301edfe?depth=0|INFO|500||InvokeReturn
2021-11-13T04:35:22.983Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d76b9f7-7c9f-4f92-94f5-16e4148f6275/model-vers/model-ver/1a92f1cb-6490-40b0-99f8-1a374301edfe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211113-04:35:22:743-37936], vertex-id=[237568], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:35:22 GMT], Content-Type=[application/json]}
2021-11-13T04:35:22.984Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:35:22.984Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:35:22.984Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:35:22.988Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:35:22.988Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5adef4b2-757c-4f4d-94c3-9e621a888823 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:35:22.988Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:35:22.988Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:35:22.991Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:35:22.991Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778122988,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:35:23.091Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:35:23.092Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:35:23.092Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:23.107Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:23.107Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:35:24.005Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:35:24.005Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:35:24.005Z|5adef4b2-757c-4f4d-94c3-9e621a888823|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:24.625Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:24.626Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:35:24.626Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3188b018-feb8-4064-9b1c-01bab4a8ba8f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"29b4d978-9813-477d-91ec-d47a261ff28b","serviceDescription":"service","serviceInvariantUUID":"7afc1912-07f0-4ad4-88ff-09a486f47d95","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6c5b3f9d-365b-477f-ba4e-78bdb7dcf2a6","resourceInvariantUUID":"7f2df66f-7f2e-4d31-9780-b92c2658d271","resourceCustomizationUUID":"1505c57e-c58c-4d41-a3ab-bce5a952b9df","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":"YmU4MmY2MWIzMjUwZmM1ZjVhNTYwYWU2MDhlZjc1ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a8f178c-ff68-497f-a356-ce0528a1a734","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":"6dc120de-12a1-487c-8712-c99d34a6e169","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":"b5fd1a40-eb31-4237-a7e5-6b530ae20527","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":"ZGI2MDZlYWE5OTAwOWZlOTFiMzVlMGRmNzhkNDg2YWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0c3449a6-25d4-4a48-a5a5-4962e7d398cf","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":"21610a33-27c1-4eb6-9f32-3305dce69662","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":"c6fd155b-20b7-4e48-8074-89d771582034","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":"cfa4bc4f-086f-41a7-bf35-451290599d9b","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":"MDdmOTVmYWRkMDllMDgwZGVmMTRlMmEyOWIyYjBkNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89f72f45-af84-4048-add5-e80a8f56a83c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGY5ZTAwOGNkYjcwYTRlYjYzMmExNDUxOTI0ZjMwZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"accb6a71-2ca2-4f06-80e1-6bd3ae2a9cab","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:35:24.628Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:35:24.628Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:35:24.631Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:35:24.631Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:24.731Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:35:24.732Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:35:24.732Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:24.744Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:24.744Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:35:25.632Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:35:25.633Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:35:25.635Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:35:25.635Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:25.735Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:35:25.736Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:35:25.736Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:25.747Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:25.747Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:35:26.636Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:35:26.636Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:35:26.638Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:35:26.638Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:26.738Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:35:26.739Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:35:26.739Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:26.749Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:26.750Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:35:27.638Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:35:27.639Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:35:27.640Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:35:27.641Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:27.741Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:35:27.741Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:35:27.742Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:27.752Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:27.752Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:35:28.641Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:35:28.642Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:35:28.643Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:35:28.644Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:28.744Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:35:28.744Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:35:28.744Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:28.755Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:28.756Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:35:29.644Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:35:29.645Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:35:29.647Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:35:29.648Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:29.748Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:35:29.749Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:35:29.749Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:29.761Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:29.761Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:35:30.648Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:35:30.649Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:35:30.652Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:35:30.652Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:30.752Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:35:30.753Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:35:30.754Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:30.764Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:30.765Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:35:31.653Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:35:31.654Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:35:31.656Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:35:31.656Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:31.756Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:35:31.757Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:35:31.758Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:31.771Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:31.771Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:35:32.656Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:35:32.657Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:35:32.659Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:35:32.659Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:35:32.760Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:35:32.760Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:35:32.761Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:32.771Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:32.772Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:35:33.660Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "29b4d978-9813-477d-91ec-d47a261ff28b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7afc1912-07f0-4ad4-88ff-09a486f47d95",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1505c57e-c58c-4d41-a3ab-bce5a952b9df",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6c5b3f9d-365b-477f-ba4e-78bdb7dcf2a6",
      "resourceInvariantUUID": "7f2df66f-7f2e-4d31-9780-b92c2658d271",
      "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": "ZGY5ZTAwOGNkYjcwYTRlYjYzMmExNDUxOTI0ZjMwZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "accb6a71-2ca2-4f06-80e1-6bd3ae2a9cab"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:35:33.660Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:35:33.660Z|5adef4b2-757c-4f4d-94c3-9e621a888823|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 29b4d978-9813-477d-91ec-d47a261ff28b ASDC
2021-11-13T04:35:33.661Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3188b018-feb8-4064-9b1c-01bab4a8ba8f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:29b4d978-9813-477d-91ec-d47a261ff28b
ServiceInvariantUUID:7afc1912-07f0-4ad4-88ff-09a486f47d95
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:accb6a71-2ca2-4f06-80e1-6bd3ae2a9cab
ArtifactChecksum:ZGY5ZTAwOGNkYjcwYTRlYjYzMmExNDUxOTI0ZjMwZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1505c57e-c58c-4d41-a3ab-bce5a952b9df
ResourceInvariantUUID:7f2df66f-7f2e-4d31-9780-b92c2658d271
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6c5b3f9d-365b-477f-ba4e-78bdb7dcf2a6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-13T04:35:33.661Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29b4d978-9813-477d-91ec-d47a261ff28b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:35:33.678Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:35:33.679Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:35:33.679Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:35:33.679Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: accb6a71-2ca2-4f06-80e1-6bd3ae2a9cab from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-13T04:35:33.679Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:35:33.679Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-13T04:35:33.776Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:35:33.779Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar accb6a71-2ca2-4f06-80e1-6bd3ae2a9cab 105635
2021-11-13T04:35:33.780Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-13T04:35:33.780Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-13T04:35:33.780Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:35:33.780Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:35:33.781Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:35:33.781Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778133780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:33.881Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:35:33.882Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:35:33.882Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:33.892Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:33.892Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:35:34.781Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:35:34.782Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:35:34.783Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: accb6a71-2ca2-4f06-80e1-6bd3ae2a9cab, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:35:34.783Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-13T04:35:34.783Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:35:34.783Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:35:34.850Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8720667087194763919/Definitions/service-TestPnfMacro-template.yml
2021-11-13T04:35:35.412Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:35:35.412Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:35:35.412Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:35:35.412Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-13T04:35:35.412Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||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-TestPnfMacro-csar.csar
2021-11-13T04:35:35.412Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:35:35.412Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar
2021-11-13T04:35:35.412Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||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-TestPnfMacro-csar.csar
2021-11-13T04:35:35.412Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||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-TestPnfMacro-csar.csar
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||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-TestPnfMacro-csar.csar
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||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-TestPnfMacro-csar.csar
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:35:35.413Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:35:35.414Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:35:35.414Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:35:35.414Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:35:35.414Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:35:35.414Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:35:35.414Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:35:35.414Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:35:35.414Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:29b4d978-9813-477d-91ec-d47a261ff28b
Model Version:NULL
Model InvariantUuid:7afc1912-07f0-4ad4-88ff-09a486f47d95
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:35:35.420Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6c5b3f9d-365b-477f-ba4e-78bdb7dcf2a6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:35:35.422Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||test-pnf 0
2021-11-13T04:35:35.422Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6c5b3f9d-365b-477f-ba4e-78bdb7dcf2a6
2021-11-13T04:35:35.422Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 29b4d978-9813-477d-91ec-d47a261ff28b
2021-11-13T04:35:35.422Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 29b4d978-9813-477d-91ec-d47a261ff28b
2021-11-13T04:35:35.422Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6c5b3f9d-365b-477f-ba4e-78bdb7dcf2a6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:35:35.426Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d405ed5, org.onap.sdc.toscaparser.api.parameters.Input@27372c41, org.onap.sdc.toscaparser.api.parameters.Input@7dedec8e, org.onap.sdc.toscaparser.api.parameters.Input@c58064f, org.onap.sdc.toscaparser.api.parameters.Input@335147e7]
2021-11-13T04:35:35.426Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:35:35.426Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:35:35.426Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 29b4d978-9813-477d-91ec-d47a261ff28b: test-pnf
2021-11-13T04:35:35.426Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||Processing PNF resource: 6c5b3f9d-365b-477f-ba4e-78bdb7dcf2a6
2021-11-13T04:35:35.426Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:35:35.427Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:35:35.427Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||Resource customization UUID: 1505c57e-c58c-4d41-a3ab-bce5a952b9df is the same as notified resource customizationUUID: 1505c57e-c58c-4d41-a3ab-bce5a952b9df
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-13T04:35:35.452Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6c5b3f9d-365b-477f-ba4e-78bdb7dcf2a6 0 ASDC deployResourceStructure
2021-11-13T04:35:35.453Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-13T04:35:35.453Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-13T04:35:35.453Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:35:35.453Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:35:35.455Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:35:35.455Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778135453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:35:35.555Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:35:35.556Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:35:35.556Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:35.564Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:35.565Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:35:36.456Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3188b018-feb8-4064-9b1c-01bab4a8ba8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:35:36.466Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3188b018-feb8-4064-9b1c-01bab4a8ba8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:35:36.469Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:35:36.469Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:35:36.469Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:35:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:35:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:35:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:35:40.757Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:40.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb896dd-3bff-46c4-bd74-60a57cf495d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778069461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:35:40.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-13T04:35:40.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:35:40.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:40.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:06.469Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3188b018-feb8-4064-9b1c-01bab4a8ba8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:36:06.482Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3188b018-feb8-4064-9b1c-01bab4a8ba8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:36:06.484Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:36:06.484Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:36:06.484Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:36:36.485Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3188b018-feb8-4064-9b1c-01bab4a8ba8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:36:36.496Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3188b018-feb8-4064-9b1c-01bab4a8ba8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:36:36.499Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:36:36.499Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:36:36.499Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:36:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:36:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:36:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:36:40.762Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778070475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778083383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778085339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778086459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778087574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778088664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778089668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778090672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778091675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:36:40.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "cds",
  "timestamp": 1636778113099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778108663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778113585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "policy-id",
  "timestamp": 1636778116664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778110871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "cds",
  "timestamp": 1636778113099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778113585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778108663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778110871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "policy-id",
  "timestamp": 1636778116664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "dcae-sch",
  "timestamp": 1636778118566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778108663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778113585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "cds",
  "timestamp": 1636778113099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "policy-id",
  "timestamp": 1636778116664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778110871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "aai-ml",
  "timestamp": 1636778119561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "dcae-sch",
  "timestamp": 1636778118566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778108663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778113585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "cds",
  "timestamp": 1636778113099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "policy-id",
  "timestamp": 1636778116664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778110871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "aai-ml",
  "timestamp": 1636778119561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "dcae-sch",
  "timestamp": 1636778118566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778108663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778113585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "cds",
  "timestamp": 1636778113099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "policy-id",
  "timestamp": 1636778116664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778110871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "aai-ml",
  "timestamp": 1636778119561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "dcae-sch",
  "timestamp": 1636778118566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778108663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "cds",
  "timestamp": 1636778113099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778113585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "policy-id",
  "timestamp": 1636778116664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778110871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5adef4b2-757c-4f4d-94c3-9e621a888823",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778122988,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "aai-ml",
  "timestamp": 1636778119561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "dcae-sch",
  "timestamp": 1636778118566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778108663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778113585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "cds",
  "timestamp": 1636778113099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "policy-id",
  "timestamp": 1636778116664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778110871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "aai-ml",
  "timestamp": 1636778119561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "dcae-sch",
  "timestamp": 1636778118566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778108663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778113585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "cds",
  "timestamp": 1636778113099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "policy-id",
  "timestamp": 1636778116664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778110871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "aai-ml",
  "timestamp": 1636778119561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "dcae-sch",
  "timestamp": 1636778118566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778108663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778113585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "cds",
  "timestamp": 1636778113099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "policy-id",
  "timestamp": 1636778116664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778110871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "aai-ml",
  "timestamp": 1636778119561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "dcae-sch",
  "timestamp": 1636778118566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778126594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "cds",
  "timestamp": 1636778126604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "policy-id",
  "timestamp": 1636778126598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778126666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "aai-ml",
  "timestamp": 1636778119561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "dcae-sch",
  "timestamp": 1636778118566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "clamp",
  "timestamp": 1636778126870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778127611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "policy-id",
  "timestamp": 1636778127602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:36:40.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "cds",
  "timestamp": 1636778128073,
  "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=?
2021-11-13T04:36:40.781Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3188b018-feb8-4064-9b1c-01bab4a8ba8f
2021-11-13T04:36:40.781Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3188b018-feb8-4064-9b1c-01bab4a8ba8f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:36:40.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "aai-ml",
  "timestamp": 1636778119561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:36:40.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778128280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:36:40.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "clamp",
  "timestamp": 1636778126870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778128613,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:36:40.793Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3188b018-feb8-4064-9b1c-01bab4a8ba8f
2021-11-13T04:36:40.793Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3188b018-feb8-4064-9b1c-01bab4a8ba8f and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:36:40.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "policy-id",
  "timestamp": 1636778128604,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:36:40.804Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3188b018-feb8-4064-9b1c-01bab4a8ba8f
2021-11-13T04:36:40.804Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3188b018-feb8-4064-9b1c-01bab4a8ba8f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:36:40.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778129285,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:36:40.816Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3188b018-feb8-4064-9b1c-01bab4a8ba8f
2021-11-13T04:36:40.816Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3188b018-feb8-4064-9b1c-01bab4a8ba8f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:36:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "aai-ml",
  "timestamp": 1636778129292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:36:40.823Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "clamp",
  "timestamp": 1636778126870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "clamp",
  "timestamp": 1636778126870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "clamp",
  "timestamp": 1636778126870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "clamp",
  "timestamp": 1636778126870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778124005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "aai-ml",
  "timestamp": 1636778133356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "clamp",
  "timestamp": 1636778126870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778133780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "aai-ml",
  "timestamp": 1636778134359,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:36:40.828Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3188b018-feb8-4064-9b1c-01bab4a8ba8f
2021-11-13T04:36:40.828Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3188b018-feb8-4064-9b1c-01bab4a8ba8f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "clamp",
  "timestamp": 1636778126870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778135453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "clamp",
  "timestamp": 1636778126870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "clamp",
  "timestamp": 1636778138631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "clamp",
  "timestamp": 1636778139646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:36:40.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:37:06.499Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3188b018-feb8-4064-9b1c-01bab4a8ba8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:37:06.509Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3188b018-feb8-4064-9b1c-01bab4a8ba8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:37:06.512Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:37:06.512Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:37:06.513Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:37:06.513Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:37:06.513Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:37:06.513Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:37:06.513Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:37:06.513Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:37:06.513Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:37:06.513Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:37:06.513Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:37:06.518Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:37:36.518Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3188b018-feb8-4064-9b1c-01bab4a8ba8f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:37:36.523Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3188b018-feb8-4064-9b1c-01bab4a8ba8f and serviceModelVersionId: 29b4d978-9813-477d-91ec-d47a261ff28b
2021-11-13T04:37:36.524Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7afc1912-07f0-4ad4-88ff-09a486f47d95
2021-11-13T04:37:36.525Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7afc1912-07f0-4ad4-88ff-09a486f47d95/model-vers/model-ver/29b4d978-9813-477d-91ec-d47a261ff28b?depth=0
2021-11-13T04:37:36.530Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:37:36.582Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7afc1912-07f0-4ad4-88ff-09a486f47d95/model-vers/model-ver/29b4d978-9813-477d-91ec-d47a261ff28b?depth=0|INFO|500||Invoke
2021-11-13T04:37:36.583Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7afc1912-07f0-4ad4-88ff-09a486f47d95/model-vers/model-ver/29b4d978-9813-477d-91ec-d47a261ff28b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7afc1912-07f0-4ad4-88ff-09a486f47d95/model-vers/model-ver/29b4d978-9813-477d-91ec-d47a261ff28b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3188b018-feb8-4064-9b1c-01bab4a8ba8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3dcf9fbb-7080-4b17-afb1-5ccf8706d804], X-ECOMP-RequestID=[3188b018-feb8-4064-9b1c-01bab4a8ba8f], X-TransactionId=[], X-ONAP-RequestID=[3188b018-feb8-4064-9b1c-01bab4a8ba8f], Content-Type=[application/merge-patch+json]}
2021-11-13T04:37:36.596Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7afc1912-07f0-4ad4-88ff-09a486f47d95/model-vers/model-ver/29b4d978-9813-477d-91ec-d47a261ff28b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:37:36.859Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7afc1912-07f0-4ad4-88ff-09a486f47d95/model-vers/model-ver/29b4d978-9813-477d-91ec-d47a261ff28b?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/7afc1912-07f0-4ad4-88ff-09a486f47d95/model-vers/model-ver/29b4d978-9813-477d-91ec-d47a261ff28b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211113-04:37:36:601-39575], vertex-id=[393336], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:37:36 GMT], Content-Type=[application/json]}
2021-11-13T04:37:36.860Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7afc1912-07f0-4ad4-88ff-09a486f47d95/model-vers/model-ver/29b4d978-9813-477d-91ec-d47a261ff28b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:37:36.860Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7afc1912-07f0-4ad4-88ff-09a486f47d95/model-vers/model-ver/29b4d978-9813-477d-91ec-d47a261ff28b?depth=0|INFO|500||InvokeReturn
2021-11-13T04:37:36.860Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:37:36.860Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:37:36.865Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:37:36.866Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3188b018-feb8-4064-9b1c-01bab4a8ba8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:37:36.866Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:37:36.866Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:36.867Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:36.867Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778256866,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:37:36.968Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:37:36.969Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:36.969Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:36.983Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:36.984Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:37:37.876Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:37:37.876Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:37:37.876Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:37:40.738Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:37:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:40.859Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:40.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:37:40.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "clamp",
  "timestamp": 1636778140648,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:37:40.867Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3188b018-feb8-4064-9b1c-01bab4a8ba8f
2021-11-13T04:37:40.867Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3188b018-feb8-4064-9b1c-01bab4a8ba8f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:37:43.366Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:43.367Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:37:43.367Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8fd298e-bc0f-453d-bce1-3fbfb705cebc","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"104dec98-feeb-486b-8e2f-fabcab9398b2","serviceDescription":"service","serviceInvariantUUID":"8e2aa5c5-c998-4f7f-bac2-6578652ddb19","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6caf0d3b-4da1-4dee-a6fa-c424d98d2a73","resourceInvariantUUID":"bd27be49-f120-4cec-8072-b7b2446e474d","resourceCustomizationUUID":"7e2f94d2-f63c-48f7-85f4-1a6db4654615","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":"ODExYjNjMzkzYzMwNzYxNjg4YjIxYWI3OTZiNjUyNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb95c691-6c85-4828-bb67-33a5fe45f537","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":"NjQ2NjAwMWExM2Q0NDExM2FjNmZhMWQwM2QyN2I0YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a851404b-07e5-4b87-96ed-866ff7014bfb","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":"4c4efcc0-e5c2-4297-afa5-5814c46fd1b4","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":"d1f9bd8d-c347-4895-9f23-37eb5bf418bd","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":"084545ff-23a3-44e7-ac3f-47997cb65ec3","artifactVersion":"2","generatedFromUUID":"4c4efcc0-e5c2-4297-afa5-5814c46fd1b4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2NlYzM5YTZmMWVmZDc5YmNlN2I4YjNjMzRlYTMyOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d598ee16-13eb-4811-ab92-79a5ee858d0c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDM0MzhkZDg1ZDYxODdlZWEyYzc3YWUzMzljNmYzNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1791e3cf-181d-4851-98e5-7cbd7501215c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:37:43.369Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:37:43.369Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:43.371Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:43.371Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:37:43.472Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:43.472Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:43.473Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:43.483Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:43.484Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:44.371Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:37:44.372Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:44.374Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:44.374Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:37:44.474Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:44.475Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:44.475Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:44.486Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:44.487Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:45.375Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:37:45.376Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:45.378Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:45.378Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:37:45.478Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:45.479Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:45.479Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:45.490Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:45.490Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:46.378Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:37:46.379Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:46.381Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:46.381Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:37:46.482Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:37:46.483Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:46.483Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:46.493Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:46.493Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:47.382Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:37:47.383Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:47.385Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:47.385Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-13T04:37:47.485Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:47.486Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:47.486Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:47.496Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:47.496Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:48.386Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:37:48.387Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:48.390Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:48.390Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:37:48.490Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:48.492Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:48.493Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:48.504Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:48.504Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:37:49.390Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:37:49.392Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:49.394Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:49.394Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:37:49.495Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:37:49.495Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:49.495Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:49.506Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:49.506Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:37:50.396Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "104dec98-feeb-486b-8e2f-fabcab9398b2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8e2aa5c5-c998-4f7f-bac2-6578652ddb19",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "7e2f94d2-f63c-48f7-85f4-1a6db4654615",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6caf0d3b-4da1-4dee-a6fa-c424d98d2a73",
      "resourceInvariantUUID": "bd27be49-f120-4cec-8072-b7b2446e474d",
      "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": "NjQ2NjAwMWExM2Q0NDExM2FjNmZhMWQwM2QyN2I0YzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a851404b-07e5-4b87-96ed-866ff7014bfb",
          "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": "4c4efcc0-e5c2-4297-afa5-5814c46fd1b4",
          "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": "084545ff-23a3-44e7-ac3f-47997cb65ec3",
            "generatedFromUUID": "4c4efcc0-e5c2-4297-afa5-5814c46fd1b4"
          },
          "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": "084545ff-23a3-44e7-ac3f-47997cb65ec3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDM0MzhkZDg1ZDYxODdlZWEyYzc3YWUzMzljNmYzNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1791e3cf-181d-4851-98e5-7cbd7501215c"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:37:50.396Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:37:50.396Z|3188b018-feb8-4064-9b1c-01bab4a8ba8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 104dec98-feeb-486b-8e2f-fabcab9398b2 ASDC
2021-11-13T04:37:50.396Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d8fd298e-bc0f-453d-bce1-3fbfb705cebc
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:104dec98-feeb-486b-8e2f-fabcab9398b2
ServiceInvariantUUID:8e2aa5c5-c998-4f7f-bac2-6578652ddb19
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:1791e3cf-181d-4851-98e5-7cbd7501215c
ArtifactChecksum:MDM0MzhkZDg1ZDYxODdlZWEyYzc3YWUzMzljNmYzNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:7e2f94d2-f63c-48f7-85f4-1a6db4654615
ResourceInvariantUUID:bd27be49-f120-4cec-8072-b7b2446e474d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:6caf0d3b-4da1-4dee-a6fa-c424d98d2a73
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:a851404b-07e5-4b87-96ed-866ff7014bfb
ArtifactChecksum:NjQ2NjAwMWExM2Q0NDExM2FjNmZhMWQwM2QyN2I0YzE=
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:4c4efcc0-e5c2-4297-afa5-5814c46fd1b4
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:084545ff-23a3-44e7-ac3f-47997cb65ec3
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:084545ff-23a3-44e7-ac3f-47997cb65ec3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-13T04:37:50.396Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 104dec98-feeb-486b-8e2f-fabcab9398b2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:37:50.426Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:37:50.427Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:37:50.427Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:37:50.427Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1791e3cf-181d-4851-98e5-7cbd7501215c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-13T04:37:50.427Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:37:50.428Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-13T04:37:50.562Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:37:50.567Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1791e3cf-181d-4851-98e5-7cbd7501215c 71051
2021-11-13T04:37:50.567Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-13T04:37:50.568Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-13T04:37:50.568Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:37:50.568Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:50.570Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:50.570Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778270567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:37:50.670Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:50.671Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:50.672Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:50.681Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:50.682Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:51.571Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:37:51.572Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:37:51.572Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1791e3cf-181d-4851-98e5-7cbd7501215c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:51.573Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-13T04:37:51.573Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:51.573Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:51.724Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP127401729448317890/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-13T04:37:52.543Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:37:52.543Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:37:52.543Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:52.543Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-13T04:37:52.543Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:37:52.544Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.545Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3125684-c0d5-4777-a265-3277754aa7f2
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:52.546Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:52.547Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:52.547Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:104dec98-feeb-486b-8e2f-fabcab9398b2
Model Version:NULL
Model InvariantUuid:8e2aa5c5-c998-4f7f-bac2-6578652ddb19
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:af0f67dc-b3e7-4ca7-bdd5-a0041d669ee0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bd27be49-f120-4cec-8072-b7b2446e474d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7e2f94d2-f63c-48f7-85f4-1a6db4654615
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b5ea00df-a98b-4fae-8f76-e5a5795fc239
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1f2c3b0e-2719-4df0-8da0-bf5bf6390367
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c3125684-c0d5-4777-a265-3277754aa7f2
ModelInvariantUuid:e6e63000-89ed-4d6f-be26-5470e98e8a38
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7079e07b-f764-496b-8308-7b222c6a2875
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7595af98-558d-4928-a7ba-abd771ec5dc7
ModelInvariantUuid:96a735f7-2d4a-4040-bc90-1c96261eabc3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:903f9a11-9217-44bf-8f96-a4933bc95488
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:37:52.551Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6caf0d3b-4da1-4dee-a6fa-c424d98d2a73
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:37:52.553Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||basic_vm 0
2021-11-13T04:37:52.553Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6caf0d3b-4da1-4dee-a6fa-c424d98d2a73
2021-11-13T04:37:52.553Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a851404b-07e5-4b87-96ed-866ff7014bfb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-13T04:37:52.553Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:37:52.554Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-13T04:37:52.669Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:37:52.669Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a851404b-07e5-4b87-96ed-866ff7014bfb 787
2021-11-13T04:37:52.670Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-13T04:37:52.670Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-13T04:37:52.670Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:37:52.670Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:52.671Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:52.671Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778272669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:37:52.771Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:52.772Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:52.772Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:52.783Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:52.783Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:53.671Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b5ea00df-a98b-4fae-8f76-e5a5795fc239",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1f2c3b0e-2719-4df0-8da0-bf5bf6390367",
    "vfModuleModelCustomizationUUID": "7da03181-6643-4b10-b1f6-fa3471494ced",
    "isBase": true,
    "artifacts": [
      "4c4efcc0-e5c2-4297-afa5-5814c46fd1b4",
      "084545ff-23a3-44e7-ac3f-47997cb65ec3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:37:53.674Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f2c3b0e-2719-4df0-8da0-bf5bf6390367
VfModuleModelInvariantUUID:b5ea00df-a98b-4fae-8f76-e5a5795fc239
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c4efcc0-e5c2-4297-afa5-5814c46fd1b4
,
084545ff-23a3-44e7-ac3f-47997cb65ec3

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

isBase:true


}

2021-11-13T04:37:53.675Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b5ea00df-a98b-4fae-8f76-e5a5795fc239",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1f2c3b0e-2719-4df0-8da0-bf5bf6390367",
    "vfModuleModelCustomizationUUID": "7da03181-6643-4b10-b1f6-fa3471494ced",
    "isBase": true,
    "artifacts": [
      "4c4efcc0-e5c2-4297-afa5-5814c46fd1b4",
      "084545ff-23a3-44e7-ac3f-47997cb65ec3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:37:53.675Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f2c3b0e-2719-4df0-8da0-bf5bf6390367
VfModuleModelInvariantUUID:b5ea00df-a98b-4fae-8f76-e5a5795fc239
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c4efcc0-e5c2-4297-afa5-5814c46fd1b4
,
084545ff-23a3-44e7-ac3f-47997cb65ec3

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

isBase:true


}

2021-11-13T04:37:53.675Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4c4efcc0-e5c2-4297-afa5-5814c46fd1b4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-13T04:37:53.675Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:37:53.675Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-13T04:37:53.766Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:37:53.767Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4c4efcc0-e5c2-4297-afa5-5814c46fd1b4 5033
2021-11-13T04:37:53.767Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-13T04:37:53.767Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-13T04:37:53.767Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:37:53.768Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:53.770Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:53.770Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778273767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:37:53.870Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:53.870Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:53.870Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:53.880Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:53.880Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:54.771Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 084545ff-23a3-44e7-ac3f-47997cb65ec3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-13T04:37:54.772Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:37:54.772Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-13T04:37:54.876Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:37:54.876Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 084545ff-23a3-44e7-ac3f-47997cb65ec3 903
2021-11-13T04:37:54.877Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-13T04:37:54.877Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-13T04:37:54.877Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:37:54.877Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:54.879Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:54.880Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778274877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:37:54.980Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:54.980Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:54.981Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:54.992Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:54.992Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:55.880Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 104dec98-feeb-486b-8e2f-fabcab9398b2
2021-11-13T04:37:55.881Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6caf0d3b-4da1-4dee-a6fa-c424d98d2a73 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:37:55.889Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a36baa4, org.onap.sdc.toscaparser.api.parameters.Input@61199d2a, org.onap.sdc.toscaparser.api.parameters.Input@27a8b8fe, org.onap.sdc.toscaparser.api.parameters.Input@6ec74e10, org.onap.sdc.toscaparser.api.parameters.Input@612b3af6]
2021-11-13T04:37:55.889Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.890Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:55.890Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-11-13T04:37:55.890Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7e2f94d2-f63c-48f7-85f4-1a6db4654615
2021-11-13T04:37:55.890Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7e2f94d2-f63c-48f7-85f4-1a6db4654615 matches Tosca VF Customization UUID: 7e2f94d2-f63c-48f7-85f4-1a6db4654615
2021-11-13T04:37:55.890Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7e2f94d2-f63c-48f7-85f4-1a6db4654615  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-13T04:37:55.892Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.892Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:55.892Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7e2f94d2-f63c-48f7-85f4-1a6db4654615: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-11-13T04:37:55.892Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a18490d
2021-11-13T04:37:55.892Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.892Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:37:55.893Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7da03181-6643-4b10-b1f6-fa3471494ced
2021-11-13T04:37:55.893Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7da03181-6643-4b10-b1f6-fa3471494ced
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-13T04:37:55.894Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.895Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:37:55.895Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:37:55.895Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.895Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:37:55.895Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:37:55.895Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.895Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-13T04:37:55.896Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-13T04:37:55.896Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-13T04:37:55.896Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3125684-c0d5-4777-a265-3277754aa7f2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:37:55.897Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.897Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:37:55.897Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:37:55.898Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.898Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:37:55.898Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7e2f94d2-f63c-48f7-85f4-1a6db4654615
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:37:55.899Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.899Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:55.899Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 104dec98-feeb-486b-8e2f-fabcab9398b2: basic_vm
2021-11-13T04:37:55.899Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.899Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:55.899Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.899Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:55.899Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.900Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:55.900Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.900Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:55.900Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:37:55.900Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:37:55.900Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:37:55.961Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6caf0d3b-4da1-4dee-a6fa-c424d98d2a73 1 ASDC deployResourceStructure
2021-11-13T04:37:55.962Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-13T04:37:55.962Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-13T04:37:55.962Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:37:55.962Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:55.963Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:55.964Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778275962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:37:56.064Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:56.064Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:56.065Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:56.074Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:56.075Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:56.964Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-13T04:37:56.965Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-13T04:37:56.965Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:37:56.965Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:56.967Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:56.967Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778276964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:37:57.067Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:57.068Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:57.068Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:57.078Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:57.078Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:57.968Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-13T04:37:57.968Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-13T04:37:57.969Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:37:57.969Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:57.971Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:57.971Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778277968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:37:58.071Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:58.072Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:58.072Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:58.083Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:58.083Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:58.972Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-13T04:37:58.972Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-13T04:37:58.972Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:37:58.972Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:37:58.974Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:37:58.974Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778278972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:37:59.074Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:37:59.075Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:37:59.075Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:37:59.085Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:59.085Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:37:59.974Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8fd298e-bc0f-453d-bce1-3fbfb705cebc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:37:59.986Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8fd298e-bc0f-453d-bce1-3fbfb705cebc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:37:59.989Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:37:59.989Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:37:59.989Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:38:29.990Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8fd298e-bc0f-453d-bce1-3fbfb705cebc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:38:29.998Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8fd298e-bc0f-453d-bce1-3fbfb705cebc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:38:29.999Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:38:29.999Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:38:30.000Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:38:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:38:40.738Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:38:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:38:40.755Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:38:40.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "cds",
  "timestamp": 1636778173100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778173585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778168663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778170871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "cds",
  "timestamp": 1636778173100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778173585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778168663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778170871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778173585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "cds",
  "timestamp": 1636778173100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778170871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778168663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "cds",
  "timestamp": 1636778173100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778173585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778168663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778170871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778173585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "cds",
  "timestamp": 1636778173100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778168663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778170871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778173585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "cds",
  "timestamp": 1636778173100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778168663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778170871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778173585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "cds",
  "timestamp": 1636778173100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778168663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778170871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778181767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778181770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "cds",
  "timestamp": 1636778181775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:38:40.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "cds",
  "timestamp": 1636778182778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:38:40.775Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8fd298e-bc0f-453d-bce1-3fbfb705cebc
2021-11-13T04:38:40.775Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8fd298e-bc0f-453d-bce1-3fbfb705cebc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778182962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778183917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778184005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "policy-id",
  "timestamp": 1636778184368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778184921,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:38:40.788Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8fd298e-bc0f-453d-bce1-3fbfb705cebc
2021-11-13T04:38:40.788Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8fd298e-bc0f-453d-bce1-3fbfb705cebc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:38:40.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778185020,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:38:40.801Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8fd298e-bc0f-453d-bce1-3fbfb705cebc
2021-11-13T04:38:40.801Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8fd298e-bc0f-453d-bce1-3fbfb705cebc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:38:40.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "policy-id",
  "timestamp": 1636778185371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778186023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "policy-id",
  "timestamp": 1636778186374,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:38:40.815Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8fd298e-bc0f-453d-bce1-3fbfb705cebc
2021-11-13T04:38:40.815Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8fd298e-bc0f-453d-bce1-3fbfb705cebc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "aai-ml",
  "timestamp": 1636778187361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "cds",
  "timestamp": 1636778188099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778188663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "cds",
  "timestamp": 1636778188099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778188663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "cds",
  "timestamp": 1636778188099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778188663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "cds",
  "timestamp": 1636778188099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778188663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "cds",
  "timestamp": 1636778188099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778188663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "aai-ml",
  "timestamp": 1636778193454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "cds",
  "timestamp": 1636778188099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778193585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778188663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "dcae-sch",
  "timestamp": 1636778178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "aai-ml",
  "timestamp": 1636778194457,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:38:40.831Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8fd298e-bc0f-453d-bce1-3fbfb705cebc
2021-11-13T04:38:40.831Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8fd298e-bc0f-453d-bce1-3fbfb705cebc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:38:40.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "cds",
  "timestamp": 1636778188099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778193585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778188663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "policy-id",
  "timestamp": 1636778176664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "cds",
  "timestamp": 1636778188099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778193585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778188663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "cds",
  "timestamp": 1636778188099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "policy-id",
  "timestamp": 1636778196682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778193585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778188663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "policy-id",
  "timestamp": 1636778197690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "cds",
  "timestamp": 1636778197772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778193585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "policy-id",
  "timestamp": 1636778198692,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:38:40.853Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a9eb178-10cd-4af2-ae4d-93727ab508f8
2021-11-13T04:38:40.853Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9eb178-10cd-4af2-ae4d-93727ab508f8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:38:40.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "cds",
  "timestamp": 1636778198776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:38:40.864Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a9eb178-10cd-4af2-ae4d-93727ab508f8
2021-11-13T04:38:40.864Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9eb178-10cd-4af2-ae4d-93727ab508f8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:38:40.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778193585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778193585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-13T04:38:40.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:38:40.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:38:40.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:38:40.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:00.000Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8fd298e-bc0f-453d-bce1-3fbfb705cebc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:39:00.010Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8fd298e-bc0f-453d-bce1-3fbfb705cebc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:39:00.013Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:39:00.013Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:39:00.013Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:39:00.013Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:39:00.013Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:39:00.013Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:39:00.013Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:39:00.014Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:39:00.014Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:39:00.014Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:39:00.019Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:39:30.020Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8fd298e-bc0f-453d-bce1-3fbfb705cebc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:39:30.025Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8fd298e-bc0f-453d-bce1-3fbfb705cebc and serviceModelVersionId: 104dec98-feeb-486b-8e2f-fabcab9398b2
2021-11-13T04:39:30.025Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e2aa5c5-c998-4f7f-bac2-6578652ddb19
2021-11-13T04:39:30.026Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e2aa5c5-c998-4f7f-bac2-6578652ddb19/model-vers/model-ver/104dec98-feeb-486b-8e2f-fabcab9398b2?depth=0
2021-11-13T04:39:30.032Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:39:30.054Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e2aa5c5-c998-4f7f-bac2-6578652ddb19/model-vers/model-ver/104dec98-feeb-486b-8e2f-fabcab9398b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-13T04:39:30.054Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e2aa5c5-c998-4f7f-bac2-6578652ddb19/model-vers/model-ver/104dec98-feeb-486b-8e2f-fabcab9398b2?depth=0|INFO|500||Invoke
2021-11-13T04:39:30.074Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e2aa5c5-c998-4f7f-bac2-6578652ddb19/model-vers/model-ver/104dec98-feeb-486b-8e2f-fabcab9398b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:39:30.378Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e2aa5c5-c998-4f7f-bac2-6578652ddb19/model-vers/model-ver/104dec98-feeb-486b-8e2f-fabcab9398b2?depth=0|INFO|500||InvokeReturn
2021-11-13T04:39:30.379Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e2aa5c5-c998-4f7f-bac2-6578652ddb19/model-vers/model-ver/104dec98-feeb-486b-8e2f-fabcab9398b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211113-04:39:30:079-5120], vertex-id=[413816], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:39:30 GMT], Content-Type=[application/json]}
2021-11-13T04:39:30.379Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:39:30.379Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:39:30.379Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:39:30.383Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:39:30.383Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8fd298e-bc0f-453d-bce1-3fbfb705cebc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:39:30.384Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:39:30.384Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:30.386Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:30.386Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778370384,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:39:30.487Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:30.487Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:30.488Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:30.502Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:30.502Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:39:31.400Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:31.401Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a9eb178-10cd-4af2-ae4d-93727ab508f8","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"bab00cef-94fb-4f5f-8f72-24473b6c24eb","serviceDescription":"service","serviceInvariantUUID":"0fe1fcba-9ba9-4fcf-ba04-ac55aa4c97c7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0a80b594-8e27-48a6-918f-47535bed3753","resourceInvariantUUID":"1aa40071-620f-4532-9998-ea5c612f89c0","resourceCustomizationUUID":"06736f15-1951-4d1f-b34f-a3ebb470e315","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NDY5MDgzYWU1ZDFkNjNjZmRkZTAxNGVhOTkzYThjZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b0cbc6a-0351-43eb-aaab-1c5e0e99f310","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d5e21037-234a-4f29-9b49-70ab7e1401a9","artifactVersion":"2","generatedFromUUID":"0c5b5285-0c89-45d9-b59b-d54b251a1ec2"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0c5b5285-0c89-45d9-b59b-d54b251a1ec2","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"YjJmYzU4MDU3M2FlMjIzNjkxOWYzMjM3YmY0MjQ2MTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"982e0aa1-3d17-47a9-a8b3-9879348735a3","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5f41223b-3e3c-4cff-828c-e00daa49b7a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af3ad392-0139-42ed-867b-08a6b006bb3a","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"80dcc104-f882-4b94-81eb-38bfc60f6417","artifactVersion":"2","generatedFromUUID":"5f41223b-3e3c-4cff-828c-e00daa49b7a9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NWU0MTI3ZTczY2M1ZDE5OTYzYjk4N2NhMzE2Yjk5ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e99ae96-27dc-4416-a42b-a95f0188b462","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDM1ZjhhY2Q4MGFlMWVjZGIxZTMyYjgyMDQ2M2IzNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78d4fd2e-078b-4f27-ace7-336c184d480f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:39:31.401Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:39:31.402Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:31.404Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:31.404Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:31.504Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:31.505Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:31.505Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:31.516Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:31.517Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:32.405Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:39:32.406Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:32.408Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:32.409Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-13T04:39:32.509Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:32.509Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:32.510Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:32.520Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:32.521Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:33.413Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:39:33.413Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:33.415Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:33.415Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-13T04:39:33.516Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:39:33.517Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:33.517Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:33.527Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:33.528Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:34.416Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:39:34.417Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:34.419Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:34.419Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:39:34.520Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:39:34.521Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:34.521Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:34.533Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:34.533Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:35.420Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:39:35.421Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:35.423Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:35.424Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:39:35.524Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:35.525Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:35.525Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:35.536Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:35.536Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:36.425Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:39:36.426Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:36.428Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:36.428Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:36.528Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:39:36.529Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:36.529Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:36.541Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:36.541Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:37.429Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:39:37.430Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:37.433Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:37.434Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-13T04:39:37.534Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:37.534Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:37.534Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:37.545Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:37.545Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:38.434Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:39:38.435Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:38.437Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:38.437Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:38.537Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:38.538Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:38.538Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:38.549Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:38.550Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:39.437Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:39:39.439Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:39.441Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:39.441Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:39:39.541Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:39.542Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:39.542Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:39.553Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:39.553Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:40.443Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "bab00cef-94fb-4f5f-8f72-24473b6c24eb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0fe1fcba-9ba9-4fcf-ba04-ac55aa4c97c7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "06736f15-1951-4d1f-b34f-a3ebb470e315",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0a80b594-8e27-48a6-918f-47535bed3753",
      "resourceInvariantUUID": "1aa40071-620f-4532-9998-ea5c612f89c0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d5e21037-234a-4f29-9b49-70ab7e1401a9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0c5b5285-0c89-45d9-b59b-d54b251a1ec2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "YjJmYzU4MDU3M2FlMjIzNjkxOWYzMjM3YmY0MjQ2MTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "982e0aa1-3d17-47a9-a8b3-9879348735a3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5f41223b-3e3c-4cff-828c-e00daa49b7a9",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "80dcc104-f882-4b94-81eb-38bfc60f6417",
            "generatedFromUUID": "5f41223b-3e3c-4cff-828c-e00daa49b7a9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "80dcc104-f882-4b94-81eb-38bfc60f6417",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDM1ZjhhY2Q4MGFlMWVjZGIxZTMyYjgyMDQ2M2IzNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "78d4fd2e-078b-4f27-ace7-336c184d480f"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:39:40.443Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:39:40.443Z|d8fd298e-bc0f-453d-bce1-3fbfb705cebc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bab00cef-94fb-4f5f-8f72-24473b6c24eb ASDC
2021-11-13T04:39:40.443Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9a9eb178-10cd-4af2-ae4d-93727ab508f8
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:bab00cef-94fb-4f5f-8f72-24473b6c24eb
ServiceInvariantUUID:0fe1fcba-9ba9-4fcf-ba04-ac55aa4c97c7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:78d4fd2e-078b-4f27-ace7-336c184d480f
ArtifactChecksum:MDM1ZjhhY2Q4MGFlMWVjZGIxZTMyYjgyMDQ2M2IzNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:06736f15-1951-4d1f-b34f-a3ebb470e315
ResourceInvariantUUID:1aa40071-620f-4532-9998-ea5c612f89c0
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:0a80b594-8e27-48a6-918f-47535bed3753
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:d5e21037-234a-4f29-9b49-70ab7e1401a9
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:0c5b5285-0c89-45d9-b59b-d54b251a1ec2
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:982e0aa1-3d17-47a9-a8b3-9879348735a3
ArtifactChecksum:YjJmYzU4MDU3M2FlMjIzNjkxOWYzMjM3YmY0MjQ2MTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:5f41223b-3e3c-4cff-828c-e00daa49b7a9
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:80dcc104-f882-4b94-81eb-38bfc60f6417
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:80dcc104-f882-4b94-81eb-38bfc60f6417
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-13T04:39:40.444Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bab00cef-94fb-4f5f-8f72-24473b6c24eb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:39:40.477Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:39:40.478Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:39:40.478Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:39:40.478Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 78d4fd2e-078b-4f27-ace7-336c184d480f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-13T04:39:40.478Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:39:40.478Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-13T04:39:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:39:40.738Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:39:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:40.758Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778193585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778200871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778193585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:39:40.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778200871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778203175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:40.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778200871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "aai-ml",
  "timestamp": 1636778179561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:39:40.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778204224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:40.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778200871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "aai-ml",
  "timestamp": 1636778204541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:40.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "clamp",
  "timestamp": 1636778205171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:40.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778205270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:40.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778200871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "clamp",
  "timestamp": 1636778206186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:39:40.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778206374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:40.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778200871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "clamp",
  "timestamp": 1636778207190,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:39:40.772Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8fd298e-bc0f-453d-bce1-3fbfb705cebc
2021-11-13T04:39:40.772Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8fd298e-bc0f-453d-bce1-3fbfb705cebc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:39:40.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778200871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778207425,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:39:40.786Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a9eb178-10cd-4af2-ae4d-93727ab508f8
2021-11-13T04:39:40.786Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9eb178-10cd-4af2-ae4d-93727ab508f8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-13T04:39:40.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778200871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778208428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:39:40.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778200871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:39:40.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778210478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:40.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "aai-ml",
  "timestamp": 1636778210957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:39:40.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:39:40.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "aai-ml",
  "timestamp": 1636778211960,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:39:40.802Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a9eb178-10cd-4af2-ae4d-93727ab508f8
2021-11-13T04:39:40.802Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9eb178-10cd-4af2-ae4d-93727ab508f8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:39:40.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778212303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:39:40.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778213306,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:39:40.820Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a9eb178-10cd-4af2-ae4d-93727ab508f8
2021-11-13T04:39:40.820Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9eb178-10cd-4af2-ae4d-93727ab508f8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:39:40.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:40.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "clamp",
  "timestamp": 1636778186870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:39:40.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:40.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "clamp",
  "timestamp": 1636778221644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:40.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "clamp",
  "timestamp": 1636778223651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:39:40.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "clamp",
  "timestamp": 1636778224654,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:39:40.838Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a9eb178-10cd-4af2-ae4d-93727ab508f8
2021-11-13T04:39:40.839Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9eb178-10cd-4af2-ae4d-93727ab508f8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:39:40.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:39:40.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3188b018-feb8-4064-9b1c-01bab4a8ba8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778256866,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:39:40.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:40.883Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:39:40.886Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 78d4fd2e-078b-4f27-ace7-336c184d480f 68930
2021-11-13T04:39:40.886Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-13T04:39:40.887Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-13T04:39:40.887Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:39:40.887Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:40.889Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:40.889Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778380886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:40.989Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:40.989Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:40.989Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:40.999Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:40.999Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:41.889Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:39:41.890Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:39:41.890Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 78d4fd2e-078b-4f27-ace7-336c184d480f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:39:41.890Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-13T04:39:41.890Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:39:41.891Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:39:41.958Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17236687177100432808/Definitions/service-BasicCnf-template.yml
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:39:42.717Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:39:42.718Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e737f5f4-b686-4744-9791-c3cce70cbf5e
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:42.719Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:42.720Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:bab00cef-94fb-4f5f-8f72-24473b6c24eb
Model Version:NULL
Model InvariantUuid:0fe1fcba-9ba9-4fcf-ba04-ac55aa4c97c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c2e1c4e2-ce13-4acc-84ee-1445b656fc5a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1aa40071-620f-4532-9998-ea5c612f89c0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06736f15-1951-4d1f-b34f-a3ebb470e315
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:052c4429-7524-4c74-bc38-c71bcb5b1bab
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2013ab4a-9b32-4879-97cf-7bd3b2fe9f9f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e737f5f4-b686-4744-9791-c3cce70cbf5e
ModelInvariantUuid:3ed36982-3dee-4701-9fee-2632e3f90446
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e8a118af-6491-4231-87f8-e4441c75f456
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1c1869ee-d3ea-4be2-9d8a-836d30d5d9c7
ModelInvariantUuid:b8fea9e8-173f-41d6-8c24-78bf8f2f9edb
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e27951fc-971c-48e1-9fcd-9b70e7c495cb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:39:42.724Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 0a80b594-8e27-48a6-918f-47535bed3753
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:39:42.726Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||basic_cnf 0
2021-11-13T04:39:42.726Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0a80b594-8e27-48a6-918f-47535bed3753
2021-11-13T04:39:42.726Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d5e21037-234a-4f29-9b49-70ab7e1401a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-13T04:39:42.726Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:39:42.726Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-13T04:39:42.772Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:39:42.772Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d5e21037-234a-4f29-9b49-70ab7e1401a9 12
2021-11-13T04:39:42.772Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-13T04:39:42.772Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-13T04:39:42.773Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:39:42.773Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:42.775Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:42.775Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778382772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:42.875Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:42.876Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:42.876Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:42.889Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:42.889Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:43.776Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0c5b5285-0c89-45d9-b59b-d54b251a1ec2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-13T04:39:43.777Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:39:43.777Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-13T04:39:43.817Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:39:43.817Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0c5b5285-0c89-45d9-b59b-d54b251a1ec2 2688
2021-11-13T04:39:43.817Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-13T04:39:43.817Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-13T04:39:43.817Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:39:43.817Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:43.819Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:43.819Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778383817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:43.919Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:43.920Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:43.920Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:43.931Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:43.931Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:39:44.820Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 982e0aa1-3d17-47a9-a8b3-9879348735a3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-13T04:39:44.820Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:39:44.821Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-13T04:39:44.857Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:39:44.858Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 982e0aa1-3d17-47a9-a8b3-9879348735a3 828
2021-11-13T04:39:44.858Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-13T04:39:44.858Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-13T04:39:44.858Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:39:44.858Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:44.860Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:44.860Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778384858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:44.960Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:44.961Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:44.961Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:44.972Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:44.972Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:39:45.860Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "052c4429-7524-4c74-bc38-c71bcb5b1bab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2013ab4a-9b32-4879-97cf-7bd3b2fe9f9f",
    "vfModuleModelCustomizationUUID": "0c780a19-afe8-4534-86e3-a1906fcb8440",
    "isBase": true,
    "artifacts": [
      "5f41223b-3e3c-4cff-828c-e00daa49b7a9",
      "0c5b5285-0c89-45d9-b59b-d54b251a1ec2",
      "80dcc104-f882-4b94-81eb-38bfc60f6417"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:39:45.862Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2013ab4a-9b32-4879-97cf-7bd3b2fe9f9f
VfModuleModelInvariantUUID:052c4429-7524-4c74-bc38-c71bcb5b1bab
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f41223b-3e3c-4cff-828c-e00daa49b7a9
,
0c5b5285-0c89-45d9-b59b-d54b251a1ec2
,
80dcc104-f882-4b94-81eb-38bfc60f6417

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

isBase:true


}

2021-11-13T04:39:45.863Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "052c4429-7524-4c74-bc38-c71bcb5b1bab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2013ab4a-9b32-4879-97cf-7bd3b2fe9f9f",
    "vfModuleModelCustomizationUUID": "0c780a19-afe8-4534-86e3-a1906fcb8440",
    "isBase": true,
    "artifacts": [
      "5f41223b-3e3c-4cff-828c-e00daa49b7a9",
      "0c5b5285-0c89-45d9-b59b-d54b251a1ec2",
      "80dcc104-f882-4b94-81eb-38bfc60f6417"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:39:45.864Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2013ab4a-9b32-4879-97cf-7bd3b2fe9f9f
VfModuleModelInvariantUUID:052c4429-7524-4c74-bc38-c71bcb5b1bab
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f41223b-3e3c-4cff-828c-e00daa49b7a9
,
0c5b5285-0c89-45d9-b59b-d54b251a1ec2
,
80dcc104-f882-4b94-81eb-38bfc60f6417

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

isBase:true


}

2021-11-13T04:39:45.864Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5f41223b-3e3c-4cff-828c-e00daa49b7a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-13T04:39:45.864Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:39:45.864Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-13T04:39:45.905Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:39:45.906Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5f41223b-3e3c-4cff-828c-e00daa49b7a9 1164
2021-11-13T04:39:45.906Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-13T04:39:45.906Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-13T04:39:45.906Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:39:45.906Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:45.909Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:45.909Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778385906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:46.009Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:46.009Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:46.009Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:46.020Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:46.020Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:46.909Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 80dcc104-f882-4b94-81eb-38bfc60f6417 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-13T04:39:46.910Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:39:46.911Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-13T04:39:46.981Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:39:46.982Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 80dcc104-f882-4b94-81eb-38bfc60f6417 200
2021-11-13T04:39:46.982Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-13T04:39:46.982Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-13T04:39:46.982Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:39:46.982Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:46.984Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:46.985Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778386982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:47.085Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:39:47.086Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:47.086Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:47.096Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:47.097Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:47.985Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: bab00cef-94fb-4f5f-8f72-24473b6c24eb
2021-11-13T04:39:47.986Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 0a80b594-8e27-48a6-918f-47535bed3753 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
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=?
2021-11-13T04:39:48.000Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:39:48.003Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@141bc7c6, org.onap.sdc.toscaparser.api.parameters.Input@403647bd, org.onap.sdc.toscaparser.api.parameters.Input@792fc11c, org.onap.sdc.toscaparser.api.parameters.Input@2753f351, org.onap.sdc.toscaparser.api.parameters.Input@6dbc358a]
2021-11-13T04:39:48.004Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.005Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:48.005Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-11-13T04:39:48.005Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 06736f15-1951-4d1f-b34f-a3ebb470e315
2021-11-13T04:39:48.005Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06736f15-1951-4d1f-b34f-a3ebb470e315 matches Tosca VF Customization UUID: 06736f15-1951-4d1f-b34f-a3ebb470e315
2021-11-13T04:39:48.005Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 06736f15-1951-4d1f-b34f-a3ebb470e315  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-13T04:39:48.007Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.007Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:48.007Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 06736f15-1951-4d1f-b34f-a3ebb470e315: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-11-13T04:39:48.008Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@201428dc
2021-11-13T04:39:48.008Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.008Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:39:48.008Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c780a19-afe8-4534-86e3-a1906fcb8440
2021-11-13T04:39:48.008Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c780a19-afe8-4534-86e3-a1906fcb8440
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-13T04:39:48.010Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.010Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:39:48.010Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:39:48.010Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.010Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:39:48.010Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:39:48.010Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.010Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-13T04:39:48.010Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-13T04:39:48.010Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e737f5f4-b686-4744-9791-c3cce70cbf5e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:39:48.012Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.012Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:39:48.012Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:39:48.012Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.012Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:39:48.012Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=06736f15-1951-4d1f-b34f-a3ebb470e315
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:39:48.013Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.013Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:48.013Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid bab00cef-94fb-4f5f-8f72-24473b6c24eb: basic_cnf
2021-11-13T04:39:48.013Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.013Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:48.013Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.014Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:48.014Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.014Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:48.014Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.014Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:48.014Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:48.014Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:48.014Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:39:48.068Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 0a80b594-8e27-48a6-918f-47535bed3753 1 ASDC deployResourceStructure
2021-11-13T04:39:48.068Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-13T04:39:48.068Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-11-13T04:39:48.069Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-13T04:39:48.069Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:48.070Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:48.070Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778388068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-13T04:39:48.170Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:48.171Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:48.171Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:48.181Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:48.182Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:49.071Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-13T04:39:49.072Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-11-13T04:39:49.072Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-13T04:39:49.072Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:49.075Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:49.075Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778389071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-13T04:39:49.175Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:49.176Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:49.176Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:49.207Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:49.208Z||pool-129-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:50.075Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-13T04:39:50.076Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-13T04:39:50.076Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:39:50.076Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:50.077Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:50.077Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778390075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:39:50.178Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:39:50.178Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:50.179Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:50.190Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:50.191Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:51.078Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-13T04:39:51.080Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-13T04:39:51.080Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:39:51.080Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:51.082Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:51.082Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778391078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:39:51.182Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:51.183Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:51.183Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:51.195Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:51.195Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:52.083Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-13T04:39:52.083Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-13T04:39:52.084Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:39:52.084Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:52.086Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:52.086Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778392083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:39:52.186Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:52.187Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:52.187Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:52.198Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:52.198Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:39:53.087Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-13T04:39:53.087Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-13T04:39:53.087Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:39:53.087Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:53.088Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:53.088Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778393087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:39:53.189Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:53.190Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:53.190Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:39:53.202Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:53.203Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:54.089Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a9eb178-10cd-4af2-ae4d-93727ab508f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:39:54.101Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a9eb178-10cd-4af2-ae4d-93727ab508f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:39:54.103Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:39:54.103Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:39:54.103Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:39:54.103Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:39:54.103Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:39:54.103Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:39:54.104Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:39:54.104Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:39:54.104Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:39:54.104Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:39:54.104Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:39:54.109Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:40:24.109Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a9eb178-10cd-4af2-ae4d-93727ab508f8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:40:24.115Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a9eb178-10cd-4af2-ae4d-93727ab508f8 and serviceModelVersionId: bab00cef-94fb-4f5f-8f72-24473b6c24eb
2021-11-13T04:40:24.115Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fe1fcba-9ba9-4fcf-ba04-ac55aa4c97c7
2021-11-13T04:40:24.116Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fe1fcba-9ba9-4fcf-ba04-ac55aa4c97c7/model-vers/model-ver/bab00cef-94fb-4f5f-8f72-24473b6c24eb?depth=0
2021-11-13T04:40:24.123Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:40:24.146Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fe1fcba-9ba9-4fcf-ba04-ac55aa4c97c7/model-vers/model-ver/bab00cef-94fb-4f5f-8f72-24473b6c24eb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-13T04:40:24.147Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fe1fcba-9ba9-4fcf-ba04-ac55aa4c97c7/model-vers/model-ver/bab00cef-94fb-4f5f-8f72-24473b6c24eb?depth=0|INFO|500||Invoke
2021-11-13T04:40:24.160Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fe1fcba-9ba9-4fcf-ba04-ac55aa4c97c7/model-vers/model-ver/bab00cef-94fb-4f5f-8f72-24473b6c24eb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:40:24.246Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fe1fcba-9ba9-4fcf-ba04-ac55aa4c97c7/model-vers/model-ver/bab00cef-94fb-4f5f-8f72-24473b6c24eb?depth=0|INFO|500||InvokeReturn
2021-11-13T04:40:24.246Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fe1fcba-9ba9-4fcf-ba04-ac55aa4c97c7/model-vers/model-ver/bab00cef-94fb-4f5f-8f72-24473b6c24eb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211113-04:40:24:165-47591], vertex-id=[291000], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:40:24 GMT], Content-Type=[application/json]}
2021-11-13T04:40:24.246Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:40:24.246Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:40:24.247Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:40:24.252Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:40:24.252Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a9eb178-10cd-4af2-ae4d-93727ab508f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:40:24.252Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:40:24.252Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:40:24.254Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:40:24.254Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778424252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:40:24.355Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:40:24.355Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:40:24.355Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:40:24.370Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:40:24.370Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:40:25.267Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:40:25.267Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:40:25.267Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:40:36.135Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:40:36.135Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:40:36.136Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:40:36.136Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:40:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:40:40.738Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:40:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:40:40.758Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:40:40.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:40:40.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:40:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:40:40.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:40:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:40:40.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:40:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:40:40.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:40:40.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778270567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778272669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778273767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:40:40.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778274877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778275962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778276964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778277968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778278972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:40:40.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:40:45.666Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:40:45.666Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:40:45.666Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:40:45.666Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:40:55.200Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:40:55.200Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:40:55.200Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:40:55.201Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:41:04.733Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:41:04.733Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:41:04.733Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:41:04.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:41:14.265Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:41:14.266Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:41:14.266Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:41:14.266Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:41:23.800Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:41:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:41:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:41:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:41:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:41:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:41:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:41:40.760Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:41:40.760Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:41:40.760Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8fd298e-bc0f-453d-bce1-3fbfb705cebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778370384,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:41:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:41:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:41:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-13T04:41:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:41:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:41:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778257876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:41:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:50.270Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:42:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:42:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:42:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:42:40.737Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:42:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:42:41.261Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778380886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778382772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778383817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778384858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778385906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778386982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778388068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778389071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778390075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778391078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778392083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:41.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778393087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:42:41.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:41.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-13T04:42:41.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9eb178-10cd-4af2-ae4d-93727ab508f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778424252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:42:41.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:42:50.275Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:43:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:43:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:43:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:43:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:43:40.737Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:43:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:43:50.274Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:43:50.274Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:44:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:44:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:44:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:44:40.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.
2021-11-13T04:44:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:44:50.270Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:50.287Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:45:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:45:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:45:40.736Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:45:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:45:40.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.
2021-11-13T04:45:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:45:50.274Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:45:50.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:46:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:46:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:46:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:46:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:46:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:46:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:46:50.274Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:46:50.274Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:47:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:47:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:47:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:47:40.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.
2021-11-13T04:47:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:47:50.270Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:50.271Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:48:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:48:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:48:40.736Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:48:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:48:40.737Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:48:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:48:50.271Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:48:50.275Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:40.736Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:49:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:49:40.737Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:49:40.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.
2021-11-13T04:49:40.737Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:49:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:49:50.279Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:50.280Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:50:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:50:40.736Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:50:40.736Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:50:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:50:40.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.
2021-11-13T04:50:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:50:50.276Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:50:50.277Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:51:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:51:40.736Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:51:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:51:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:51:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:51:50.271Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:50.273Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:52:40.736Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:52:40.736Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:52:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:52:40.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.
2021-11-13T04:52:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:52:50.272Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:50.273Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:53:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:53:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:53:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:53:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:53:40.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.
2021-11-13T04:53:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:53:50.272Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:53:50.272Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:54:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:54:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:54:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:54:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:54:40.737Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:54:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:54:50.289Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:54:50.290Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:55:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:55:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:55:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:55:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:55:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:55:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:55:50.273Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:55:50.274Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:56:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:56:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:56:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:56:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:56:40.737Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:56:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:56:50.271Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:56:50.273Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:57:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:57:40.736Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:57:40.736Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:57:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:57:40.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.
2021-11-13T04:57:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:57:50.271Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:57:50.278Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:58:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:58:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:58:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:58:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:58:40.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.
2021-11-13T04:58:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:58:50.272Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:58:50.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:59:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:59:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:59:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:59:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:59:40.737Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:59:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:59:50.269Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:59:50.274Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:00:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:00:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:00:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T05:00:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:00:40.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:00:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T05:00:50.269Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:00:50.277Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:01:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:01:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:01:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T05:01:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:01:40.737Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:01:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T05:01:50.275Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:01:50.275Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:02:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:02:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:02:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T05:02:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:02:40.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.
2021-11-13T05:02:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T05:02:50.271Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:02:50.275Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:03:40.734Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:03:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:03:40.735Z|9a9eb178-10cd-4af2-ae4d-93727ab508f8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T05:03:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:03:40.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.
2021-11-13T05:03:40.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 cXAm2HwgaaJd53kJ) ...
2021-11-13T05:03:41.322Z||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)