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-04-23T04:27:59.439Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-szwmr with PID 15 (/app/app.jar started by so in /app)
2021-04-23T04:27:59.484Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-23T04:27:59.485Z||main|||||INFO|500||The following profiles are active: basic
2021-04-23T04:28:06.888Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-23T04:28:06.889Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-23T04:28:06.976Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-23T04:28:08.574Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-23T04:28:08.730Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-23T04:28:09.063Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-23T04:28:09.084Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-23T04:28:09.160Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-23T04:28:09.306Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-23T04:28:09.701Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-23T04:28:10.382Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-23T04:28:12.624Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-23T04:28:12.664Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-23T04:28:12.991Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-23T04:28:13.192Z||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-04-23T04:28:14.476Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-23T04:28:15.450Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-23T04:28:15.485Z||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$$70fe894b.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-04-23T04:28:15.486Z||main|||||WARN|500||The sdc end point is not alive
2021-04-23T04:28:17.804Z||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-04-23T04:28:20.316Z||main|||||WARN|500||---
2021-04-23T04:28:20.316Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-23T04:28:20.316Z||main|||||WARN|500||---
2021-04-23T04:28:20.695Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-23T04:28:23.863Z||main|||||INFO|500||Started Application in 26.537 seconds (JVM running for 27.722)
2021-04-23T04:28:23.885Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T04:28:23.887Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T04:28:23.899Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T04:28:23.929Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T04:28:24.016Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1dfed6b0-8f13-4aad-b7f2-ae63426c8924 url= /sdc/v1/artifactTypes
2021-04-23T04:28:24.016Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T04:28:24.271Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T04:28:24.297Z||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-04-23T04:28:24.318Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T04:28:24.326Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T04:28:24.378Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:28:24.432Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= db559ff3-623e-4a1e-8491-4c43150e549c url= /sdc/v1/registerForDistribution
2021-04-23T04:28:24.542Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= db559ff3-623e-4a1e-8491-4c43150e549c url= /sdc/v1/registerForDistribution
2021-04-23T04:28:24.542Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-23T04:28:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:28:24.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:28:24.559Z||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-04-23T04:28:24.559Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:28:24.560Z||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-04-23T04:28:24.560Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-23T04:28:24.560Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:28:34.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:28:34.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:29:24.550Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:29:24.551Z||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-04-23T04:29:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:29:24.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:29:24.554Z||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-04-23T04:29:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:29:34.099Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:29:34.101Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:30:24.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:30:24.554Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:30:24.556Z||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-04-23T04:30:24.556Z||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-04-23T04:30:24.557Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:30:24.557Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:30:34.129Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:30:34.129Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:31:24.551Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:31:24.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:31:24.553Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:31:24.554Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:31:24.554Z||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-04-23T04:31:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:31:34.101Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:31:34.103Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:32:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:32:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:32:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:32:24.553Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:32:24.553Z||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-04-23T04:32:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:32:34.095Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:32:34.099Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:33:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:33:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:33:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:33:24.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:33:24.553Z||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-04-23T04:33:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:33:34.093Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:33:34.097Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:34:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:34:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:34:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:34:24.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:34:24.553Z||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-04-23T04:34:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:34:34.094Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:34:34.094Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:35:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:35:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:35:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:35:24.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:35:24.553Z||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-04-23T04:35:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:35:34.095Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:35:34.096Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:36:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:36:24.552Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:36:24.552Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:36:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:36:24.553Z||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-04-23T04:36:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:36:34.091Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:36:34.098Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:37:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:37:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:37:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:37:24.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:37:24.553Z||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-04-23T04:37:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:37:34.094Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:37:34.095Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:38:19.070Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-23T04:38:19.233Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@3f8b6991 ((conn=781) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-23T04:38:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:38:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:38:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:38:24.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:38:24.553Z||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-04-23T04:38:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:38:34.089Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:38:34.092Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:39:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:39:24.552Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:39:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:39:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:39:24.553Z||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-04-23T04:39:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:39:34.092Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:39:34.094Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:40:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:40:24.552Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:40:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:40:24.553Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:40:24.554Z||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-04-23T04:40:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:40:34.089Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:40:34.092Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:41:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:41:24.552Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:41:24.553Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:41:24.553Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:41:24.554Z||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-04-23T04:41:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:41:34.094Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:41:34.096Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:42:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:42:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:42:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:42:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:42:24.554Z||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-04-23T04:42:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:42:34.090Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:42:34.093Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:43:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:43:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:43:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:43:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:43:24.554Z||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-04-23T04:43:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:43:34.089Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:43:34.089Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:44:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:44:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:44:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:44:24.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:44:24.553Z||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-04-23T04:44:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:44:34.088Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:44:34.089Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:45:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:45:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:45:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:45:24.554Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:45:24.554Z||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-04-23T04:45:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:45:34.091Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:45:34.092Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:46:24.551Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:46:24.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:46:24.553Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:46:24.553Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:46:24.553Z||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-04-23T04:46:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:46:34.097Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:46:34.097Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:47:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:47:24.552Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:47:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:47:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:47:24.553Z||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-04-23T04:47:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:47:34.089Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:47:34.090Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:48:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:48:24.552Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:48:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:48:24.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:48:24.553Z||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-04-23T04:48:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:48:34.091Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:48:34.093Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:49:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:49:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:49:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:49:24.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:49:24.553Z||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-04-23T04:49:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:49:34.109Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:49:34.114Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:50:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:50:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T04:50:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T04:50:24.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:50:24.554Z||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-04-23T04:50:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:50:34.092Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:50:34.093Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:51:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:51:24.552Z||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-04-23T04:51:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:51:24.552Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:51:24.553Z||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-04-23T04:51:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:51:34.090Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:51:34.090Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:52:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:52:24.551Z||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-04-23T04:52:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:52:24.553Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:52:24.554Z||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-04-23T04:52:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:52:34.089Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:52:34.091Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:53:24.551Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:53:24.552Z||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-04-23T04:53:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:53:24.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:53:24.554Z||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-04-23T04:53:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:53:34.090Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:53:34.091Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:54:24.551Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:54:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:54:24.553Z||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-04-23T04:54:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:54:24.553Z||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-04-23T04:54:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:54:34.093Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:54:34.093Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:55:24.551Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:55:24.552Z||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-04-23T04:55:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:55:24.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:55:24.554Z||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-04-23T04:55:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:55:34.092Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:55:34.098Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:56:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:56:24.551Z||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-04-23T04:56:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:56:24.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:56:24.553Z||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-04-23T04:56:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:56:34.089Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:56:34.092Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:57:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:57:24.551Z||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-04-23T04:57:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:57:24.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:57:24.553Z||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-04-23T04:57:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:57:34.088Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:57:34.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:58:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:58:24.552Z||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-04-23T04:58:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:58:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:58:24.553Z||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-04-23T04:58:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:58:34.090Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:58:34.091Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:59:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:59:24.551Z||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-04-23T04:59:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:59:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:59:24.554Z||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-04-23T04:59:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:59:34.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T04:59:34.091Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:00:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:00:24.551Z||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-04-23T05:00:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:00:24.553Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:00:24.554Z||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-04-23T05:00:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:00:34.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:00:34.090Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:01:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:01:24.552Z||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-04-23T05:01:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:01:24.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:01:24.553Z||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-04-23T05:01:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:01:34.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:01:34.090Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:02:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:02:24.552Z||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-04-23T05:02:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:02:24.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:02:24.553Z||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-04-23T05:02:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:02:34.089Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:02:34.090Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:03:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:03:24.552Z||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-04-23T05:03:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:03:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:03:24.553Z||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-04-23T05:03:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:03:34.089Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:03:34.090Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:04:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:04:24.551Z||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-04-23T05:04:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:04:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:04:24.553Z||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-04-23T05:04:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:04:34.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:04:34.095Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:05:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:05:24.551Z||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-04-23T05:05:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:05:24.552Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:05:24.553Z||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-04-23T05:05:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:05:34.088Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:05:34.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:06:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:06:24.552Z||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-04-23T05:06:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:06:24.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:06:24.554Z||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-04-23T05:06:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:06:34.089Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:06:34.093Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:07:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:07:24.551Z||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-04-23T05:07:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:07:24.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:07:24.553Z||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-04-23T05:07:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:07:34.092Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:07:34.093Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:08:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:08:24.551Z||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-04-23T05:08:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:08:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:08:24.554Z||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-04-23T05:08:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:08:34.088Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:08:34.088Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:09:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:09:24.552Z||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-04-23T05:09:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:09:24.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:09:24.554Z||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-04-23T05:09:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:09:34.090Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:09:34.090Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:10:24.551Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:10:24.553Z||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-04-23T05:10:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:10:24.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:10:24.555Z||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-04-23T05:10:24.556Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:10:34.096Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:10:34.104Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:11:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:11:24.551Z||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-04-23T05:11:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:11:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:11:24.561Z||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-04-23T05:11:24.562Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:11:34.093Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:11:34.093Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:12:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:12:24.551Z||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-04-23T05:12:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:12:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:12:24.553Z||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-04-23T05:12:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:12:34.087Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:12:34.087Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:13:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:13:24.551Z||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-04-23T05:13:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:13:24.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:13:24.553Z||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-04-23T05:13:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:13:34.090Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:13:34.126Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:14:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:14:24.551Z||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-04-23T05:14:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:14:24.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:14:24.553Z||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-04-23T05:14:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:14:34.087Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:14:34.087Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:15:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:15:24.552Z||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-04-23T05:15:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:15:24.553Z||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-04-23T05:15:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:15:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:15:34.089Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:15:34.090Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:16:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:16:24.552Z||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-04-23T05:16:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:16:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:16:24.553Z||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-04-23T05:16:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:16:34.096Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:16:34.096Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:17:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:17:24.552Z||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-04-23T05:17:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:17:24.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:17:24.553Z||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-04-23T05:17:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:17:34.087Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:17:34.089Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:18:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:18:24.552Z||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-04-23T05:18:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:18:24.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:18:24.553Z||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-04-23T05:18:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:18:34.090Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:18:34.091Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:19:24.551Z||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-04-23T05:19:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:19:24.553Z||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-04-23T05:19:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:25.043Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:25.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "dcae-sch",
  "timestamp": 1619155148724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155150655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "clamp",
  "timestamp": 1619155148352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155148871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155152221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "dcae-sch",
  "timestamp": 1619155148724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155150655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "clamp",
  "timestamp": 1619155148352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155148871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155152221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "dcae-sch",
  "timestamp": 1619155148724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155150655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "policy-id",
  "timestamp": 1619155153341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "clamp",
  "timestamp": 1619155148352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155148871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155152221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "dcae-sch",
  "timestamp": 1619155148724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155150655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "clamp",
  "timestamp": 1619155148352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "policy-id",
  "timestamp": 1619155153341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155148871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155152221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "dcae-sch",
  "timestamp": 1619155148724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155150655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "clamp",
  "timestamp": 1619155148352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "policy-id",
  "timestamp": 1619155153341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155148871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "cds",
  "timestamp": 1619155155546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155152221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "dcae-sch",
  "timestamp": 1619155148724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155150655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "policy-id",
  "timestamp": 1619155153341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "clamp",
  "timestamp": 1619155148352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155148871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "cds",
  "timestamp": 1619155155546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155156684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155152221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "dcae-sch",
  "timestamp": 1619155148724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155150655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "policy-id",
  "timestamp": 1619155153341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "clamp",
  "timestamp": 1619155148352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155148871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "cds",
  "timestamp": 1619155155546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155156684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155152221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "policy-id",
  "timestamp": 1619155153341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "cds",
  "timestamp": 1619155155546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155156684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "policy-id",
  "timestamp": 1619155153341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155160062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155160062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "cds",
  "timestamp": 1619155155546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155156684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155160730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "cds",
  "timestamp": 1619155155546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155156684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155161553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155161554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "policy-id",
  "timestamp": 1619155161549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "cds",
  "timestamp": 1619155155546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155161610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155156684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "policy-id",
  "timestamp": 1619155162556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155162919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155162917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155161610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155156684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "policy-id",
  "timestamp": 1619155163559,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-04-23T05:19:25.175Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:25.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0fede835-7a8a-4b45-bfc2-b2a3c15abfaa","serviceName":"vFW 2021-04-23 05-16-26","serviceVersion":"1.0","serviceUUID":"8a3c80f4-cb8e-4112-97e0-1914dd99387d","serviceDescription":"catalog service description","serviceInvariantUUID":"6bcdf38f-8248-4eb9-ac28-6a4179cca1f0","resources":[{"resourceInstanceName":"vFW 4cf9a0fb-7830 0","resourceName":"vFW 4cf9a0fb-7830","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ab7df8b5-3cea-4a69-8c38-6d25836768c0","resourceInvariantUUID":"ec8d3315-1e45-4490-a5dd-670e4465ec8e","resourceCustomizationUUID":"c1a49d62-9f75-4f10-8445-03625c2d390d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml","artifactChecksum":"ZTcxNDc5YzNkYTQzNWQwZWIzNWZlODYxMWI1NjcxOGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94cf1f1e-e2f4-4aad-8980-90262b1b3fa4","artifactVersion":"1"},{"artifactName":"vfw4cf9a0fb78300_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json","artifactChecksum":"NzA4YjQ1ZGRkZTk0OWQ0OGYwYjhiOThlNTExOWIxMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ebeaeb2-466e-4eb1-a98f-90939ad5dd31","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"896e3dd8-a5b0-4645-b792-a81d4e74aaa2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml","artifactChecksum":"YjdhM2EwOTc1ZjE0MjQ3MGY1NjU1NDkwNTdkMTM5YzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ec4075e-4d3c-4ba0-865a-e73ebf0e8ba3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"706573f8-ac90-4719-b39e-6ce91b3de63a","artifactVersion":"2","generatedFromUUID":"896e3dd8-a5b0-4645-b792-a81d4e74aaa2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210423051626-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml","artifactChecksum":"NjI3ZWRjYzU3N2Q4NWNiNDk0YmJlZTI3ZmYxNzIwNTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5cb7e54-8c3e-4f72-8cb2-f0d0cb8844c3","artifactVersion":"1"},{"artifactName":"service-Vfw20210423051626-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar","artifactChecksum":"Y2RjNDMzY2UwZGExODcxZjBhOGExZjk4ZDMwYjcwY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eefc3426-b221-4f3b-a382-0477ff189764","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:19:25.200Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:25.432Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:25.468Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:25.469Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:19:25.570Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-04-23T05:19:25.575Z||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-04-23T05:19:25.575Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:25.586Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:25.586Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T05:19:25.730Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:19:25.752Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:19:25.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "cds",
  "timestamp": 1619155163899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155163927,
  "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-04-23T05:19:25.789Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:19:25.789Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:19:25.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155163965,
  "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-04-23T05:19:25.804Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:19:25.804Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:19:25.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155161610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:19:25.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:19:26.480Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:26.480Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:26.483Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:26.483Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:19:26.583Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:26.584Z||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-04-23T05:19:26.584Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:26.594Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:26.595Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:27.483Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:27.484Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:27.486Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:27.486Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:19:27.587Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:19:27.587Z||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-04-23T05:19:27.588Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:27.596Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:27.597Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:28.487Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:28.488Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:28.490Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:28.490Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:28.590Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:28.591Z||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-04-23T05:19:28.591Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:28.600Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:28.601Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:19:29.491Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:29.492Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:29.493Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:29.493Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-23T05:19:29.594Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:29.595Z||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-04-23T05:19:29.595Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:29.605Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:29.605Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:30.494Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:30.495Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:30.497Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:30.497Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:19:30.597Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:30.598Z||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-04-23T05:19:30.598Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:30.606Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:30.607Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:19:31.498Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:31.499Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:31.502Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:31.502Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:19:31.603Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:31.604Z||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-04-23T05:19:31.604Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:31.612Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:31.613Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:19:32.505Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "serviceName": "vFW 2021-04-23 05-16-26",
  "serviceVersion": "1.0",
  "serviceUUID": "8a3c80f4-cb8e-4112-97e0-1914dd99387d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6bcdf38f-8248-4eb9-ac28-6a4179cca1f0",
  "resources": [
    {
      "resourceInstanceName": "vFW 4cf9a0fb-7830 0",
      "resourceCustomizationUUID": "c1a49d62-9f75-4f10-8445-03625c2d390d",
      "resourceName": "vFW 4cf9a0fb-7830",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ab7df8b5-3cea-4a69-8c38-6d25836768c0",
      "resourceInvariantUUID": "ec8d3315-1e45-4490-a5dd-670e4465ec8e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4cf9a0fb78300_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
          "artifactChecksum": "NzA4YjQ1ZGRkZTk0OWQ0OGYwYjhiOThlNTExOWIxMTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8ebeaeb2-466e-4eb1-a98f-90939ad5dd31",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "896e3dd8-a5b0-4645-b792-a81d4e74aaa2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "706573f8-ac90-4719-b39e-6ce91b3de63a",
            "generatedFromUUID": "896e3dd8-a5b0-4645-b792-a81d4e74aaa2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "706573f8-ac90-4719-b39e-6ce91b3de63a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210423051626-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
      "artifactChecksum": "Y2RjNDMzY2UwZGExODcxZjBhOGExZjk4ZDMwYjcwY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eefc3426-b221-4f3b-a382-0477ff189764"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T05:19:32.506Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:19:32.506Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a3c80f4-cb8e-4112-97e0-1914dd99387d ASDC
2021-04-23T05:19:32.713Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
ServiceName:vFW 2021-04-23 05-16-26
ServiceVersion:1.0
ServiceUUID:8a3c80f4-cb8e-4112-97e0-1914dd99387d
ServiceInvariantUUID:6bcdf38f-8248-4eb9-ac28-6a4179cca1f0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210423051626-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar
ArtifactUUID:eefc3426-b221-4f3b-a382-0477ff189764
ArtifactChecksum:Y2RjNDMzY2UwZGExODcxZjBhOGExZjk4ZDMwYjcwY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4cf9a0fb-7830 0
ResourceCustomizationUUID:c1a49d62-9f75-4f10-8445-03625c2d390d
ResourceInvariantUUID:ec8d3315-1e45-4490-a5dd-670e4465ec8e
ResourceName:vFW 4cf9a0fb-7830
ResourceType:VF
ResourceUUID:ab7df8b5-3cea-4a69-8c38-6d25836768c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4cf9a0fb78300_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json
ArtifactUUID:8ebeaeb2-466e-4eb1-a98f-90939ad5dd31
ArtifactChecksum:NzA4YjQ1ZGRkZTk0OWQ0OGYwYjhiOThlNTExOWIxMTM=
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/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml
ArtifactUUID:896e3dd8-a5b0-4645-b792-a81d4e74aaa2
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/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env
ArtifactUUID:706573f8-ac90-4719-b39e-6ce91b3de63a
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/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env
ArtifactUUID:706573f8-ac90-4719-b39e-6ce91b3de63a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-23T05:19:32.713Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a3c80f4-cb8e-4112-97e0-1914dd99387d 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-04-23T05:19:32.799Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:19:32.800Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-23T05:19:32.801Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-23T05:19:32.801Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: eefc3426-b221-4f3b-a382-0477ff189764 from URL: /sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:32.802Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-23T05:19:32.803Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:33.369Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-23T05:19:33.448Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar eefc3426-b221-4f3b-a382-0477ff189764 110213
2021-04-23T05:19:33.450Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar ASDC sendASDCNotification
2021-04-23T05:19:33.451Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:33.469Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:19:33.470Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:33.472Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:33.472Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155173449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:33.572Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:33.573Z||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-04-23T05:19:33.574Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:33.583Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:33.583Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:34.473Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:19:34.474Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-23T05:19:34.475Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: eefc3426-b221-4f3b-a382-0477ff189764, URL: /sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar to file: /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:34.476Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210423051626-csar.csar
2021-04-23T05:19:34.813Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:34.813Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:35.489Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5102590302694087858/Definitions/service-Vfw20210423051626-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-04-23T05:19:38.568Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:19:38.575Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-23T05:19:38.575Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.575Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-23T05:19:38.575Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||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-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||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-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||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-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||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-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||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-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||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-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.577Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||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-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.577Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4cf9a0fb-7830 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.577Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.577Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4cf9a0fb-7830 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-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.577Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||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-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.577Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-23T05:19:38.588Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.589Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.593Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:38.593Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-23T05:19:38.594Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:19:38.596Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.596Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.596Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:38.596Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-23T05:19:38.596Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:19:38.597Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.597Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:38.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:38.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:19:38.603Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.604Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:38.604Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:38.604Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.604Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:38.604Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:38.604Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9648fbd1-6c96-40f7-b7e7-5f75dfc1e729
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c4a4d8c-d7a0-4d0a-a716-fbb5cc80ced7
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=420e56a7-55b4-4230-b515-d5f35247bf33
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:38.611Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.611Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-23 05-16-26
Description:catalog service description
Model UUID:8a3c80f4-cb8e-4112-97e0-1914dd99387d
Model Version:NULL
Model InvariantUuid:6bcdf38f-8248-4eb9-ac28-6a4179cca1f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4cf9a0fb-7830
Model UUID:5ff82ef7-ac09-48c5-9a20-b8e84f9f10a3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ec8d3315-1e45-4490-a5dd-670e4465ec8e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c1a49d62-9f75-4f10-8445-03625c2d390d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:382df6f8-c7bc-4dda-b75a-4ac8f011ee29
ModelName:Vfw4cf9a0fb7830..base_vfw..module-0
ModelUuid:9fc69158-a8c2-4a69-bf32-ee651a8d2786
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9648fbd1-6c96-40f7-b7e7-5f75dfc1e729
ModelInvariantUuid:b87cbf0d-3c15-4445-81d3-b354b2d28c0e
ModelName:vFW 4cf9a0fb-7830-nodes.vfwCvfc
ModelUuid:e27abbf2-b6bd-48bc-958f-ea2d3d6c5ac2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ab60a71a-b15a-4610-8391-6614e3587b59
ModelInvariantUuid:7a978d0c-53f1-4623-a529-5a0d62b79855
ModelName:Vfw4cf9a0fb7830.compute.nodes.heat.vfw
ModelUuid:80c8d5e2-87a3-4537-bf3e-2a3fcd1d8313
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7c4a4d8c-d7a0-4d0a-a716-fbb5cc80ced7
ModelInvariantUuid:3a1804d4-80d3-4a55-8e46-03026d6af9c3
ModelName:vFW 4cf9a0fb-7830-nodes.vsnCvfc
ModelUuid:08787a99-39bf-48c6-9832-016fa6221f46
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4c8ce268-d1c5-4ce3-aa17-e50e7e697b0e
ModelInvariantUuid:c4210d3f-7424-44ba-860b-56d2c8e62f20
ModelName:Vfw4cf9a0fb7830.compute.nodes.heat.vsn
ModelUuid:3e8422c6-bbe6-48ee-b4ba-40536f589244
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:420e56a7-55b4-4230-b515-d5f35247bf33
ModelInvariantUuid:1a9fe56f-4780-47d2-96e9-c23e59f58ea5
ModelName:vFW 4cf9a0fb-7830-nodes.vpgCvfc
ModelUuid:c8420801-5d2b-4046-baf0-15857325ef79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f37c946c-e9d3-4a08-a8d1-351e3301e2d5
ModelInvariantUuid:f1f138e7-3fa7-40df-bf4c-5c41e02b52fa
ModelName:Vfw4cf9a0fb7830.compute.nodes.heat.vpg
ModelUuid:54541c69-f591-428a-829b-b1b463c6bc05
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-23T05:19:38.695Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ab7df8b5-3cea-4a69-8c38-6d25836768c0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:19:38.977Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||vFW 4cf9a0fb-7830 0
2021-04-23T05:19:38.988Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ab7df8b5-3cea-4a69-8c38-6d25836768c0
2021-04-23T05:19:38.989Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8ebeaeb2-466e-4eb1-a98f-90939ad5dd31 from URL: /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json
2021-04-23T05:19:38.989Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-23T05:19:38.989Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json
2021-04-23T05:19:39.755Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-23T05:19:39.755Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json 8ebeaeb2-466e-4eb1-a98f-90939ad5dd31 785
2021-04-23T05:19:39.756Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json ASDC sendASDCNotification
2021-04-23T05:19:39.756Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json
2021-04-23T05:19:39.756Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:19:39.757Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:39.759Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:39.760Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155179756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:39.860Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:39.861Z||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-04-23T05:19:39.861Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:39.869Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:39.870Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:40.763Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4cf9a0fb7830..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "382df6f8-c7bc-4dda-b75a-4ac8f011ee29",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9fc69158-a8c2-4a69-bf32-ee651a8d2786",
    "vfModuleModelCustomizationUUID": "a82ac4f8-bad7-4b5d-b9e4-5762d9d40545",
    "isBase": true,
    "artifacts": [
      "896e3dd8-a5b0-4645-b792-a81d4e74aaa2",
      "706573f8-ac90-4719-b39e-6ce91b3de63a"
    ],
    "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-04-23T05:19:40.808Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4cf9a0fb7830..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fc69158-a8c2-4a69-bf32-ee651a8d2786
VfModuleModelInvariantUUID:382df6f8-c7bc-4dda-b75a-4ac8f011ee29
VfModuleModelDescription:NULL
Artifacts UUID List:{
896e3dd8-a5b0-4645-b792-a81d4e74aaa2
,
706573f8-ac90-4719-b39e-6ce91b3de63a

}
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-04-23T05:19:40.811Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4cf9a0fb7830..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "382df6f8-c7bc-4dda-b75a-4ac8f011ee29",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9fc69158-a8c2-4a69-bf32-ee651a8d2786",
    "vfModuleModelCustomizationUUID": "a82ac4f8-bad7-4b5d-b9e4-5762d9d40545",
    "isBase": true,
    "artifacts": [
      "896e3dd8-a5b0-4645-b792-a81d4e74aaa2",
      "706573f8-ac90-4719-b39e-6ce91b3de63a"
    ],
    "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-04-23T05:19:40.811Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4cf9a0fb7830..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fc69158-a8c2-4a69-bf32-ee651a8d2786
VfModuleModelInvariantUUID:382df6f8-c7bc-4dda-b75a-4ac8f011ee29
VfModuleModelDescription:NULL
Artifacts UUID List:{
896e3dd8-a5b0-4645-b792-a81d4e74aaa2
,
706573f8-ac90-4719-b39e-6ce91b3de63a

}
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-04-23T05:19:40.811Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 896e3dd8-a5b0-4645-b792-a81d4e74aaa2 from URL: /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml
2021-04-23T05:19:40.811Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-23T05:19:40.812Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml
2021-04-23T05:19:41.223Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-23T05:19:41.224Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml 896e3dd8-a5b0-4645-b792-a81d4e74aaa2 20368
2021-04-23T05:19:41.224Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-23T05:19:41.224Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml
2021-04-23T05:19:41.225Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:19:41.225Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:41.227Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:41.227Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155181224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:41.327Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:41.328Z||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-04-23T05:19:41.328Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:41.337Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:41.338Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:42.228Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 706573f8-ac90-4719-b39e-6ce91b3de63a from URL: /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env
2021-04-23T05:19:42.228Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-23T05:19:42.228Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env
2021-04-23T05:19:42.420Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-23T05:19:42.420Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env 706573f8-ac90-4719-b39e-6ce91b3de63a 2098
2021-04-23T05:19:42.420Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-23T05:19:42.421Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env
2021-04-23T05:19:42.421Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:19:42.421Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:42.423Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:42.423Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155182420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:19:42.523Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:42.525Z||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-04-23T05:19:42.525Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:42.534Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:42.535Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:43.424Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8a3c80f4-cb8e-4112-97e0-1914dd99387d
2021-04-23T05:19:43.425Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4cf9a0fb-7830 0 ab7df8b5-3cea-4a69-8c38-6d25836768c0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:19:43.584Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.584Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.584Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-04-23T05:19:43.584Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c1a49d62-9f75-4f10-8445-03625c2d390d
2021-04-23T05:19:43.584Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c1a49d62-9f75-4f10-8445-03625c2d390d matches Tosca VF Customization UUID: c1a49d62-9f75-4f10-8445-03625c2d390d
2021-04-23T05:19:43.584Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c1a49d62-9f75-4f10-8445-03625c2d390d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-23T05:19:43.597Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.598Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c1a49d62-9f75-4f10-8445-03625c2d390d: {\"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-04-23T05:19:43.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@215e915c
2021-04-23T05:19:43.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:19:43.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a82ac4f8-bad7-4b5d-b9e4-5762d9d40545
2021-04-23T05:19:43.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a82ac4f8-bad7-4b5d-b9e4-5762d9d40545
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-23T05:19:43.614Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.614Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:43.615Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:43.615Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.615Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:43.615Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:43.617Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T05:19:43.617Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:43.617Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T05:19:43.617Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.617Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9648fbd1-6c96-40f7-b7e7-5f75dfc1e729
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-23T05:19:43.636Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.636Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:43.636Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:43.637Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.637Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:43.637Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:43.638Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T05:19:43.638Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.638Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:43.639Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.639Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T05:19:43.639Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:43.639Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-23T05:19:43.639Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T05:19:43.639Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:43.640Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T05:19:43.640Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.640Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c4a4d8c-d7a0-4d0a-a716-fbb5cc80ced7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-23T05:19:43.644Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.644Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:43.644Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=420e56a7-55b4-4230-b515-d5f35247bf33
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-23T05:19:43.651Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.651Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:43.651Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:43.652Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.652Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:43.652Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=c1a49d62-9f75-4f10-8445-03625c2d390d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:19:43.655Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.655Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.655Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8a3c80f4-cb8e-4112-97e0-1914dd99387d: vFW 4cf9a0fb-7830
2021-04-23T05:19:43.656Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.656Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.656Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.656Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.656Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.657Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.657Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.657Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.657Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:19:43.657Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.657Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-04-23 05-16-26 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T05:19:44.075Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4cf9a0fb-7830 ab7df8b5-3cea-4a69-8c38-6d25836768c0 1 ASDC deployResourceStructure
2021-04-23T05:19:44.075Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json ASDC sendASDCNotification
2021-04-23T05:19:44.075Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json
2021-04-23T05:19:44.075Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:19:44.075Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:44.077Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:44.077Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155184075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:19:44.177Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:44.178Z||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-04-23T05:19:44.178Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:44.188Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:44.189Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:45.078Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-23T05:19:45.078Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml
2021-04-23T05:19:45.078Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:19:45.078Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:45.080Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:45.081Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155185077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:19:45.181Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:45.182Z||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-04-23T05:19:45.182Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:45.190Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:45.191Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:46.082Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-23T05:19:46.082Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env
2021-04-23T05:19:46.082Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:19:46.082Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:46.084Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:46.084Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155186082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-23T05:19:46.185Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:46.186Z||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-04-23T05:19:46.186Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:46.195Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:46.195Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:47.086Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar ASDC sendASDCNotification
2021-04-23T05:19:47.086Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:47.086Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:19:47.086Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:47.089Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:47.089Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155187086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:19:47.189Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:47.190Z||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-04-23T05:19:47.190Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:47.200Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:19:47.201Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:19:48.090Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:19:48.106Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:19:48.109Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:19:48.109Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:19:48.109Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:20:18.109Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:20:18.119Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:20:18.122Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:20:18.122Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:20:18.122Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:20:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:20:24.553Z||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-04-23T05:20:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:20:24.573Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:20:24.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:20:24.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "cds",
  "timestamp": 1619155164915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-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-04-23T05:20:24.582Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:20:24.583Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:20:48.123Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:20:48.134Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:20:48.136Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:20:48.136Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:20:48.136Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:21:18.136Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:21:18.145Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:21:18.147Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:21:18.147Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:21:18.147Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:21:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:21:24.554Z||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-04-23T05:21:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:21:24.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:21:24.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:21:24.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155164931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:21:24.579Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:21:48.147Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:21:48.159Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:21:48.163Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:21:48.163Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:21:48.164Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:22:18.164Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:22:18.175Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:22:18.179Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:22:18.179Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:22:18.179Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:22:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:22:24.553Z||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-04-23T05:22:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:22:25.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:22:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155164969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:22:25.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155161610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155161610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155166386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:22:25.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "aai-ml",
  "timestamp": 1619155165767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155161610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155167390,
  "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-04-23T05:22:25.092Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:22:25.092Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:22:25.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:22:25.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "aai-ml",
  "timestamp": 1619155165767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155161610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:22:25.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "aai-ml",
  "timestamp": 1619155165767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-23T05:22:25.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155169675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "aai-ml",
  "timestamp": 1619155165767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "aai-ml",
  "timestamp": 1619155165767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155170962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155164550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:22:25.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "aai-ml",
  "timestamp": 1619155165767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155172760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "aai-ml",
  "timestamp": 1619155165767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:22:25.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:22:25.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155173449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "clamp",
  "timestamp": 1619155173695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155173854,
  "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-04-23T05:22:25.114Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:22:25.114Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:22:25.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "aai-ml",
  "timestamp": 1619155174653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "clamp",
  "timestamp": 1619155174744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:22:25.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155174858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:22:25.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "clamp",
  "timestamp": 1619155175747,
  "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-04-23T05:22:25.127Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:22:25.127Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:22:25.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155179756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155181224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155182420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155184075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:22:25.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155185077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:22:25.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155186082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-23T05:22:25.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155187086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:22:25.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "aai-ml",
  "timestamp": 1619155189549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:22:25.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "aai-ml",
  "timestamp": 1619155190554,
  "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-04-23T05:22:25.145Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:22:25.145Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:22:48.180Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:22:48.191Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||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-04-23T05:22:48.199Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T05:23:18.200Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:23:18.208Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa and serviceModelVersionId: 8a3c80f4-cb8e-4112-97e0-1914dd99387d
2021-04-23T05:23:18.208Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bcdf38f-8248-4eb9-ac28-6a4179cca1f0
2021-04-23T05:23:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:23:24.553Z||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-04-23T05:23:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:23:31.407Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bcdf38f-8248-4eb9-ac28-6a4179cca1f0/model-vers/model-ver/8a3c80f4-cb8e-4112-97e0-1914dd99387d?depth=0
2021-04-23T05:23:31.521Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T05:23:31.968Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bcdf38f-8248-4eb9-ac28-6a4179cca1f0/model-vers/model-ver/8a3c80f4-cb8e-4112-97e0-1914dd99387d?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-04-23T05:23:31.985Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bcdf38f-8248-4eb9-ac28-6a4179cca1f0/model-vers/model-ver/8a3c80f4-cb8e-4112-97e0-1914dd99387d?depth=0|INFO|500||Invoke
2021-04-23T05:23:32.127Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bcdf38f-8248-4eb9-ac28-6a4179cca1f0/model-vers/model-ver/8a3c80f4-cb8e-4112-97e0-1914dd99387d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T05:23:32.392Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bcdf38f-8248-4eb9-ac28-6a4179cca1f0/model-vers/model-ver/8a3c80f4-cb8e-4112-97e0-1914dd99387d?depth=0|INFO|500||InvokeReturn
2021-04-23T05:23:32.393Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bcdf38f-8248-4eb9-ac28-6a4179cca1f0/model-vers/model-ver/8a3c80f4-cb8e-4112-97e0-1914dd99387d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210423-05:23:32:135-9138], vertex-id=[381040], Content-Length=[0], Date=[Fri, 23 Apr 2021 05:23:32 GMT], Content-Type=[application/json]}
2021-04-23T05:23:32.393Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-23T05:23:32.397Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T05:23:32.397Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:23:32.402Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||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-04-23T05:23:32.412Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T05:23:32.413Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T05:23:32.413Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:23:32.416Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:23:32.416Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155412412,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:23:32.516Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:23:32.517Z||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-04-23T05:23:32.517Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:23:32.528Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:23:32.528Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:23:33.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:23:33.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:23:33.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155412412,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:23:33.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-23T05:23:33.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:23:33.437Z||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-04-23T05:23:33.438Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:23:43.609Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:23:43.610Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:23:43.610Z||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-04-23T05:23:43.610Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:23:53.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:23:53.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:23:53.144Z||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-04-23T05:23:53.144Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:24:02.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:24:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:24:02.680Z||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-04-23T05:24:02.681Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:24:12.211Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:24:24.550Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:24:24.551Z||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-04-23T05:24:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:24:24.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:24:24.553Z||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-04-23T05:24:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:24:34.087Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:24:34.089Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:25:24.550Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:25:24.551Z||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-04-23T05:25:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:25:24.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:25:24.553Z||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-04-23T05:25:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:25:34.089Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:25:34.091Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:26:24.550Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:26:24.551Z||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-04-23T05:26:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:26:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:26:24.553Z||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-04-23T05:26:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:26:34.108Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:26:34.111Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:27:24.550Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:27:24.551Z||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-04-23T05:27:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:27:24.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:27:24.553Z||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-04-23T05:27:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:27:34.088Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:27:34.088Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:28:24.550Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:28:24.551Z||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-04-23T05:28:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:28:24.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:28:24.555Z||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-04-23T05:28:24.556Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:28:25.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:28:25.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"72f90207-ff84-43c7-96aa-7457c3663fe5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"32b2f0b5-ff21-44ed-9653-690b1a9ea33a","serviceDescription":"service","serviceInvariantUUID":"0319744b-d39c-4db1-bf20-a5a0dade7874","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d2cfe23b-e35f-4935-807a-b788dd549f38","resourceInvariantUUID":"e30f5340-31ed-445f-a36e-de746d9e2d9e","resourceCustomizationUUID":"c0c4d4a5-0948-46be-b48e-5e2f9693ace9","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":"M2ExYzYyZjA3NDJmNGQ1MDQxMjhmNTU0NzM1MzMzNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01a552d0-1af7-4166-b9cb-33338b0f6f01","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODA1MDI1MzY0MjRlYWRiOTZhZWNjMmMxOWQyNzc3NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4041c4af-888c-405a-a998-24e02fe4e89b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:28:25.178Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:28:25.178Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:28:25.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:28:25.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.180Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:28:25.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "clamp",
  "timestamp": 1619155688352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.180Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155704550,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "dcae-sch",
  "timestamp": 1619155688724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155688871,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155690655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155692221,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "dcae-sch",
  "timestamp": 1619155688724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155688871,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155690655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "clamp",
  "timestamp": 1619155688352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155692221,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "policy-id",
  "timestamp": 1619155693341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "policy-id",
  "timestamp": 1619155693341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155695879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "cds",
  "timestamp": 1619155695546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "policy-id",
  "timestamp": 1619155697080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "cds",
  "timestamp": 1619155695546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155696684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155697447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "policy-id",
  "timestamp": 1619155698086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155696684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155698450,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:28:25.206Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72f90207-ff84-43c7-96aa-7457c3663fe5
2021-04-23T05:28:25.206Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72f90207-ff84-43c7-96aa-7457c3663fe5 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-04-23T05:28:25.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "cds",
  "timestamp": 1619155699069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:28:25.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "policy-id",
  "timestamp": 1619155699089,
  "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-04-23T05:28:25.221Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72f90207-ff84-43c7-96aa-7457c3663fe5
2021-04-23T05:28:25.221Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72f90207-ff84-43c7-96aa-7457c3663fe5 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-04-23T05:28:25.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "cds",
  "timestamp": 1619155700076,
  "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=?
2021-04-23T05:28:25.238Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72f90207-ff84-43c7-96aa-7457c3663fe5
2021-04-23T05:28:25.238Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72f90207-ff84-43c7-96aa-7457c3663fe5 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-04-23T05:28:25.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155701610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155701610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "clamp",
  "timestamp": 1619155703423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "clamp",
  "timestamp": 1619155704436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.280Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:28:25.281Z||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-04-23T05:28:25.281Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:28:25.290Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:28:25.291Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:28:26.180Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:28:26.181Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:28:26.183Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:28:26.183Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155704550,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:28:26.283Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:28:26.330Z||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-04-23T05:28:26.330Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:28:26.344Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:28:26.347Z||pool-20-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:28:27.185Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "32b2f0b5-ff21-44ed-9653-690b1a9ea33a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0319744b-d39c-4db1-bf20-a5a0dade7874",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c0c4d4a5-0948-46be-b48e-5e2f9693ace9",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d2cfe23b-e35f-4935-807a-b788dd549f38",
      "resourceInvariantUUID": "e30f5340-31ed-445f-a36e-de746d9e2d9e",
      "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": "ODA1MDI1MzY0MjRlYWRiOTZhZWNjMmMxOWQyNzc3NWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4041c4af-888c-405a-a998-24e02fe4e89b"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T05:28:27.185Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:28:27.185Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 32b2f0b5-ff21-44ed-9653-690b1a9ea33a ASDC
2021-04-23T05:28:27.186Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:72f90207-ff84-43c7-96aa-7457c3663fe5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:32b2f0b5-ff21-44ed-9653-690b1a9ea33a
ServiceInvariantUUID:0319744b-d39c-4db1-bf20-a5a0dade7874
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:4041c4af-888c-405a-a998-24e02fe4e89b
ArtifactChecksum:ODA1MDI1MzY0MjRlYWRiOTZhZWNjMmMxOWQyNzc3NWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c0c4d4a5-0948-46be-b48e-5e2f9693ace9
ResourceInvariantUUID:e30f5340-31ed-445f-a36e-de746d9e2d9e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d2cfe23b-e35f-4935-807a-b788dd549f38
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-23T05:28:27.187Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32b2f0b5-ff21-44ed-9653-690b1a9ea33a 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-04-23T05:28:27.244Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:28:27.245Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:28:27.245Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:28:27.245Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4041c4af-888c-405a-a998-24e02fe4e89b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-23T05:28:27.245Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:28:27.245Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-23T05:28:27.765Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:28:27.770Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4041c4af-888c-405a-a998-24e02fe4e89b 52214
2021-04-23T05:28:27.771Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-23T05:28:27.771Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-23T05:28:27.771Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:28:27.772Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:28:27.774Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:28:27.774Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155707771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:28:27.874Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:28:27.876Z||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-04-23T05:28:27.876Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:28:27.885Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:28:27.886Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:28:28.774Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:28:28.776Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:28:28.776Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4041c4af-888c-405a-a998-24e02fe4e89b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T05:28:28.776Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-23T05:28:28.776Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T05:28:28.777Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T05:28:28.977Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12617987543421800462/Definitions/service-BasicNetwork-template.yml
2021-04-23T05:28:29.510Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.514Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.514Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.514Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:32b2f0b5-ff21-44ed-9653-690b1a9ea33a
Model Version:NULL
Model InvariantUuid:0319744b-d39c-4db1-bf20-a5a0dade7874
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e30f5340-31ed-445f-a36e-de746d9e2d9e
Model UUID:98f3d9eb-6bae-4406-964f-37297be440cb
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c0c4d4a5-0948-46be-b48e-5e2f9693ace9
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-23T05:28:29.519Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: d2cfe23b-e35f-4935-807a-b788dd549f38
2021-04-23T05:28:29.519Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||No resources found for Service: 32b2f0b5-ff21-44ed-9653-690b1a9ea33a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:28:29.522Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||
2021-04-23T05:28:29.523Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-23T05:28:29.523Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 32b2f0b5-ff21-44ed-9653-690b1a9ea33a
2021-04-23T05:28:29.523Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 32b2f0b5-ff21-44ed-9653-690b1a9ea33a
2021-04-23T05:28:29.523Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-23T05:28:29.523Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:28:29.529Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.529Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.529Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.529Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.529Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 32b2f0b5-ff21-44ed-9653-690b1a9ea33a: Generic NeutronNet
2021-04-23T05:28:29.530Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.530Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.530Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.530Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-04-23T05:28:29.643Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.644Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.644Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.644Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.644Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:28:29.645Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.645Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-23T05:28:29.747Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-23T05:28:29.747Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-23T05:28:29.747Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-23T05:28:29.747Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:28:29.747Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:28:29.749Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:28:29.749Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155709747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:28:29.851Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-23T05:28:29.852Z||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-04-23T05:28:29.852Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:28:29.861Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:28:29.862Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:28:30.750Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:28:30.760Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:28:30.763Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:28:30.763Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:28:30.763Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:29:00.764Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:29:00.774Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:29:00.777Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:29:00.777Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:29:00.777Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:29:24.553Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:29:24.557Z||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-04-23T05:29:24.557Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:29:24.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:29:24.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:29:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155704550,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:29:24.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:29:30.778Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:29:30.790Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:29:30.792Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:29:30.793Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:29:30.793Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:30:00.793Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:30:00.805Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:30:00.813Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:30:00.814Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:30:00.814Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:30:24.553Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:30:24.554Z||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-04-23T05:30:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:30:24.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:30:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "clamp",
  "timestamp": 1619155705438,
  "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-04-23T05:30:24.584Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72f90207-ff84-43c7-96aa-7457c3663fe5
2021-04-23T05:30:24.585Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72f90207-ff84-43c7-96aa-7457c3663fe5 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-04-23T05:30:24.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155704550,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "aai-ml",
  "timestamp": 1619155705767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "aai-ml",
  "timestamp": 1619155705767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155707771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "aai-ml",
  "timestamp": 1619155708863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155709747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "aai-ml",
  "timestamp": 1619155712257,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:30:24.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:30:24.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "aai-ml",
  "timestamp": 1619155713260,
  "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-04-23T05:30:24.600Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72f90207-ff84-43c7-96aa-7457c3663fe5
2021-04-23T05:30:24.600Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72f90207-ff84-43c7-96aa-7457c3663fe5 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-04-23T05:30:24.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155752221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "cds",
  "timestamp": 1619155755546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155750655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155756685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "policy-id",
  "timestamp": 1619155753341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155752221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155750655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155756685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "cds",
  "timestamp": 1619155755546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "policy-id",
  "timestamp": 1619155753341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155750655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "cds",
  "timestamp": 1619155755546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155752221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155756685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "policy-id",
  "timestamp": 1619155753341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155750655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155752221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "cds",
  "timestamp": 1619155755546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155756685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155761610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "policy-id",
  "timestamp": 1619155753341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "cds",
  "timestamp": 1619155755546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155750655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155752221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155756685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "policy-id",
  "timestamp": 1619155753341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155761610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155750655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "cds",
  "timestamp": 1619155755546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155752221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155756685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:30:24.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "policy-id",
  "timestamp": 1619155753341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155761610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:30:30.814Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:30:30.824Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:30:30.827Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:30:30.827Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T05:30:30.827Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T05:30:30.834Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T05:31:00.834Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5 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-04-23T05:31:00.839Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72f90207-ff84-43c7-96aa-7457c3663fe5 and serviceModelVersionId: 32b2f0b5-ff21-44ed-9653-690b1a9ea33a
2021-04-23T05:31:00.839Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0319744b-d39c-4db1-bf20-a5a0dade7874
2021-04-23T05:31:00.840Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0319744b-d39c-4db1-bf20-a5a0dade7874/model-vers/model-ver/32b2f0b5-ff21-44ed-9653-690b1a9ea33a?depth=0
2021-04-23T05:31:00.844Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T05:31:00.886Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0319744b-d39c-4db1-bf20-a5a0dade7874/model-vers/model-ver/32b2f0b5-ff21-44ed-9653-690b1a9ea33a?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-04-23T05:31:00.887Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0319744b-d39c-4db1-bf20-a5a0dade7874/model-vers/model-ver/32b2f0b5-ff21-44ed-9653-690b1a9ea33a?depth=0|INFO|500||Invoke
2021-04-23T05:31:00.920Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0319744b-d39c-4db1-bf20-a5a0dade7874/model-vers/model-ver/32b2f0b5-ff21-44ed-9653-690b1a9ea33a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T05:31:01.156Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0319744b-d39c-4db1-bf20-a5a0dade7874/model-vers/model-ver/32b2f0b5-ff21-44ed-9653-690b1a9ea33a?depth=0|INFO|500||InvokeReturn
2021-04-23T05:31:01.156Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0319744b-d39c-4db1-bf20-a5a0dade7874/model-vers/model-ver/32b2f0b5-ff21-44ed-9653-690b1a9ea33a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210423-05:31:00:928-19694], vertex-id=[196616], Content-Length=[0], Date=[Fri, 23 Apr 2021 05:31:00 GMT], Content-Type=[application/json]}
2021-04-23T05:31:01.157Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-23T05:31:01.157Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T05:31:01.157Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:31:01.161Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T05:31:01.162Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72f90207-ff84-43c7-96aa-7457c3663fe5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T05:31:01.162Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T05:31:01.162Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:01.165Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:01.165Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155861162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:31:01.265Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:01.266Z||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-04-23T05:31:01.266Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:01.280Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:01.281Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-23T05:31:02.179Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:31:02.179Z|72f90207-ff84-43c7-96aa-7457c3663fe5|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-04-23T05:31:02.179Z|72f90207-ff84-43c7-96aa-7457c3663fe5|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:06.452Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:06.453Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-23T05:31:06.453Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"81652018-dbac-4517-9e87-a1b04f7b1f16","serviceName":"Demo_pNF_9kvUiJNHEEEStDtkxe0x","serviceVersion":"1.0","serviceUUID":"3d980bc2-85c3-45d3-9307-39a5710ae5c3","serviceDescription":"catalog service description","serviceInvariantUUID":"59a21232-a415-4569-b60b-996d42a2e2f9","resources":[{"resourceInstanceName":"pNF b47619e9-a5d2 0","resourceName":"pNF b47619e9-a5d2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22345875-f0ba-49de-85b4-5897329f2ad7","resourceInvariantUUID":"3aa45b25-4cdd-422b-9b73-7ffee9d83705","resourceCustomizationUUID":"5ee0de84-1427-4a96-8125-d1cb1cd97753","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y5MDgxYjlkYzZjNjJkYTgzMWRkZjY5YWU5NTczOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22915c06-51dc-4f51-9ed2-de7b14a266ff","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar","artifactChecksum":"MzM4NmYzNzUwYTUyNTBjOTZkODA3Yzc2NGFmMTVlNmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ac671de8-4eeb-4c8d-8cc5-d25c5d327d7a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f435c02d-44f9-46cb-b2c4-21ad146916d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml","artifactChecksum":"N2QxMWU3MTg3YzM0MmYxYTJlOWZlMDQxMWQ0MjQ3NTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a42cbaed-cc2d-4b4d-b673-7dfaa5b4653d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2ea449c7-c009-4405-bce5-a906c9d8d97d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f089d4a-d8e3-412d-b655-ea6a499574d7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kvuijnheeestdtkxe0x-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml","artifactChecksum":"ZGJmZjQ1YjM4NGVkN2ZhYThiMTJjZGVkNjdmYmVkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9694e5b4-fc60-4c6b-a9b4-08f491869eef","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar","artifactChecksum":"Mzg2NmQ3NjEwYTlmMTU3MzdiZDc1Y2Y5ZGM5YmQyNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c79b4c1-6700-4cc4-a799-1706c3828362","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:31:06.455Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:06.455Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:06.456Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:06.457Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:06.557Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:06.558Z||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-04-23T05:31:06.558Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:06.569Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:06.569Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:07.457Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:07.458Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:07.461Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:07.461Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:07.561Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:07.562Z||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-04-23T05:31:07.562Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:07.571Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:07.572Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:08.462Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:08.463Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:08.466Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:08.467Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:08.566Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:31:08.567Z||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-04-23T05:31:08.567Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:08.575Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:08.576Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:09.467Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:09.468Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:09.471Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:09.471Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:09.571Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:09.572Z||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-04-23T05:31:09.572Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:09.582Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:09.582Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:10.471Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:10.473Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:10.474Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:10.474Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:10.575Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T05:31:10.575Z||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-04-23T05:31:10.576Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:10.584Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:10.585Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:11.475Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:11.476Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:11.478Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:11.479Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:11.579Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:11.579Z||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-04-23T05:31:11.580Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:11.590Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:11.591Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:12.479Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:12.480Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:12.482Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:12.482Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:12.582Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:12.583Z||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-04-23T05:31:12.583Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:12.594Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:12.594Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:13.482Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:13.484Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:13.486Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:13.486Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:31:13.586Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:13.587Z||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-04-23T05:31:13.588Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:13.599Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:13.599Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:14.488Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "serviceName": "Demo_pNF_9kvUiJNHEEEStDtkxe0x",
  "serviceVersion": "1.0",
  "serviceUUID": "3d980bc2-85c3-45d3-9307-39a5710ae5c3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "59a21232-a415-4569-b60b-996d42a2e2f9",
  "resources": [
    {
      "resourceInstanceName": "pNF b47619e9-a5d2 0",
      "resourceCustomizationUUID": "5ee0de84-1427-4a96-8125-d1cb1cd97753",
      "resourceName": "pNF b47619e9-a5d2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22345875-f0ba-49de-85b4-5897329f2ad7",
      "resourceInvariantUUID": "3aa45b25-4cdd-422b-9b73-7ffee9d83705",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
      "artifactChecksum": "Mzg2NmQ3NjEwYTlmMTU3MzdiZDc1Y2Y5ZGM5YmQyNDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2c79b4c1-6700-4cc4-a799-1706c3828362"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T05:31:14.488Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:31:14.488Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3d980bc2-85c3-45d3-9307-39a5710ae5c3 ASDC
2021-04-23T05:31:14.489Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:81652018-dbac-4517-9e87-a1b04f7b1f16
ServiceName:Demo_pNF_9kvUiJNHEEEStDtkxe0x
ServiceVersion:1.0
ServiceUUID:3d980bc2-85c3-45d3-9307-39a5710ae5c3
ServiceInvariantUUID:59a21232-a415-4569-b60b-996d42a2e2f9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
ArtifactUUID:2c79b4c1-6700-4cc4-a799-1706c3828362
ArtifactChecksum:Mzg2NmQ3NjEwYTlmMTU3MzdiZDc1Y2Y5ZGM5YmQyNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b47619e9-a5d2 0
ResourceCustomizationUUID:5ee0de84-1427-4a96-8125-d1cb1cd97753
ResourceInvariantUUID:3aa45b25-4cdd-422b-9b73-7ffee9d83705
ResourceName:pNF b47619e9-a5d2
ResourceType:PNF
ResourceUUID:22345875-f0ba-49de-85b4-5897329f2ad7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-23T05:31:14.489Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d980bc2-85c3-45d3-9307-39a5710ae5c3 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-04-23T05:31:14.513Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:31:14.513Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:31:14.513Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:31:14.513Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c79b4c1-6700-4cc4-a799-1706c3828362 from URL: /sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:14.514Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:31:14.514Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:15.956Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:31:15.960Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar 2c79b4c1-6700-4cc4-a799-1706c3828362 83310
2021-04-23T05:31:15.960Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar ASDC sendASDCNotification
2021-04-23T05:31:15.960Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:15.961Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:31:15.961Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:15.962Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:15.963Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155875960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:31:16.063Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:16.064Z||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-04-23T05:31:16.064Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:16.073Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:16.073Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:16.963Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:31:16.965Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:31:16.965Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2c79b4c1-6700-4cc4-a799-1706c3828362, URL: /sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar to file: /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:16.965Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:16.965Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:16.965Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.064Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10335683915377688384/Definitions/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml
2021-04-23T05:31:17.996Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:31:17.997Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:31:17.997Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.997Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-23T05:31:17.997Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.997Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.997Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b47619e9-a5d2 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-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b47619e9-a5d2 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Node template pNF b47619e9-a5d2 0 is matching search criteria
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b47619e9-a5d2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Node template pNF b47619e9-a5d2 0 is matching search criteria
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b47619e9-a5d2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:31:18.000Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:18.000Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:31:18.000Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:18.000Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:31:18.000Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:18.000Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9kvUiJNHEEEStDtkxe0x
Description:catalog service description
Model UUID:3d980bc2-85c3-45d3-9307-39a5710ae5c3
Model Version:NULL
Model InvariantUuid:59a21232-a415-4569-b60b-996d42a2e2f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-23T05:31:18.005Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 22345875-f0ba-49de-85b4-5897329f2ad7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:31:18.007Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||pNF b47619e9-a5d2 0
2021-04-23T05:31:18.007Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 22345875-f0ba-49de-85b4-5897329f2ad7
2021-04-23T05:31:18.007Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 3d980bc2-85c3-45d3-9307-39a5710ae5c3
2021-04-23T05:31:18.007Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3d980bc2-85c3-45d3-9307-39a5710ae5c3
2021-04-23T05:31:18.008Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b47619e9-a5d2 0 22345875-f0ba-49de-85b4-5897329f2ad7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:31:18.011Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:31:18.011Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:18.012Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3d980bc2-85c3-45d3-9307-39a5710ae5c3: pNF b47619e9-a5d2
2021-04-23T05:31:18.012Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Processing PNF resource: 22345875-f0ba-49de-85b4-5897329f2ad7
2021-04-23T05:31:18.012Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:31:18.012Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:18.012Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Resource customization UUID: 5ee0de84-1427-4a96-8125-d1cb1cd97753 is the same as notified resource customizationUUID: 5ee0de84-1427-4a96-8125-d1cb1cd97753
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-23T05:31:18.070Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b47619e9-a5d2 22345875-f0ba-49de-85b4-5897329f2ad7 0 ASDC deployResourceStructure
2021-04-23T05:31:18.070Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar ASDC sendASDCNotification
2021-04-23T05:31:18.070Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:18.070Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:31:18.070Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:18.072Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:18.072Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155878070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:31:18.172Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:18.173Z||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-04-23T05:31:18.173Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:18.182Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:18.183Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:19.078Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81652018-dbac-4517-9e87-a1b04f7b1f16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:31:19.087Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81652018-dbac-4517-9e87-a1b04f7b1f16
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:31:19.089Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:31:19.089Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:31:19.089Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:31:24.553Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:31:24.554Z||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-04-23T05:31:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:24.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:31:24.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155750655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "cds",
  "timestamp": 1619155755546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155752221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155756685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "policy-id",
  "timestamp": 1619155753341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155761610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155750655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:31:24.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "cds",
  "timestamp": 1619155755546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:31:24.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155752221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:31:24.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155756685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "policy-id",
  "timestamp": 1619155753341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155761610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "aai-ml",
  "timestamp": 1619155765767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155761610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "aai-ml",
  "timestamp": 1619155765767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "cds",
  "timestamp": 1619155767664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "policy-id",
  "timestamp": 1619155767678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:31:24.585Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155767749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:31:24.585Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155767767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:31:24.586Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155761610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "aai-ml",
  "timestamp": 1619155765767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "cds",
  "timestamp": 1619155768669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-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-04-23T05:31:24.594Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81652018-dbac-4517-9e87-a1b04f7b1f16
2021-04-23T05:31:24.594Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:31:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "policy-id",
  "timestamp": 1619155768682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:31:24.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155769043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155761610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "dcae-sch",
  "timestamp": 1619155768724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "aai-ml",
  "timestamp": 1619155765767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155768871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155769515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:31:24.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "policy-id",
  "timestamp": 1619155769685,
  "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-04-23T05:31:24.612Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81652018-dbac-4517-9e87-a1b04f7b1f16
2021-04-23T05:31:24.612Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:31:24.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155770088,
  "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-04-23T05:31:24.628Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 81652018-dbac-4517-9e87-a1b04f7b1f16
2021-04-23T05:31:24.628Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:31:24.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "dcae-sch",
  "timestamp": 1619155768724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "aai-ml",
  "timestamp": 1619155765767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155768871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155770519,
  "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-04-23T05:31:24.645Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81652018-dbac-4517-9e87-a1b04f7b1f16
2021-04-23T05:31:24.645Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:31:24.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "dcae-sch",
  "timestamp": 1619155768724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "aai-ml",
  "timestamp": 1619155765767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155768871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "dcae-sch",
  "timestamp": 1619155768724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "aai-ml",
  "timestamp": 1619155765767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155768871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "dcae-sch",
  "timestamp": 1619155768724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "aai-ml",
  "timestamp": 1619155765767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:31:24.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155768871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "dcae-sch",
  "timestamp": 1619155768724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155768871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "dcae-sch",
  "timestamp": 1619155768724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155768871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "aai-ml",
  "timestamp": 1619155775844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "dcae-sch",
  "timestamp": 1619155768724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155768871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "clamp",
  "timestamp": 1619155778353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "clamp",
  "timestamp": 1619155778353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "aai-ml",
  "timestamp": 1619155780557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "clamp",
  "timestamp": 1619155778353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "aai-ml",
  "timestamp": 1619155781562,
  "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-04-23T05:31:24.670Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81652018-dbac-4517-9e87-a1b04f7b1f16
2021-04-23T05:31:24.670Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:31:24.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "clamp",
  "timestamp": 1619155778353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "clamp",
  "timestamp": 1619155778353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "clamp",
  "timestamp": 1619155778353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "clamp",
  "timestamp": 1619155778353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "clamp",
  "timestamp": 1619155778353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "clamp",
  "timestamp": 1619155792150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "clamp",
  "timestamp": 1619155793163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "clamp",
  "timestamp": 1619155794165,
  "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-04-23T05:31:24.685Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81652018-dbac-4517-9e87-a1b04f7b1f16
2021-04-23T05:31:24.685Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:31:49.089Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81652018-dbac-4517-9e87-a1b04f7b1f16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:31:49.099Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81652018-dbac-4517-9e87-a1b04f7b1f16
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:31:49.101Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:31:49.101Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T05:31:49.101Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T05:31:49.106Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T05:32:19.106Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:32:19.111Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81652018-dbac-4517-9e87-a1b04f7b1f16 and serviceModelVersionId: 3d980bc2-85c3-45d3-9307-39a5710ae5c3
2021-04-23T05:32:19.111Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59a21232-a415-4569-b60b-996d42a2e2f9
2021-04-23T05:32:19.112Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0
2021-04-23T05:32:19.117Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T05:32:19.157Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0|INFO|500||Invoke
2021-04-23T05:32:19.158Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[81652018-dbac-4517-9e87-a1b04f7b1f16], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[54ad7a23-c2d4-4076-978d-cecba09416bc], X-ECOMP-RequestID=[81652018-dbac-4517-9e87-a1b04f7b1f16], X-TransactionId=[], X-ONAP-RequestID=[81652018-dbac-4517-9e87-a1b04f7b1f16], Content-Type=[application/merge-patch+json]}
2021-04-23T05:32:19.183Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T05:32:19.569Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210423-05:32:19:191-76270], vertex-id=[213000], Content-Length=[0], Date=[Fri, 23 Apr 2021 05:32:19 GMT], Content-Type=[application/json]}
2021-04-23T05:32:19.570Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-23T05:32:19.571Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0|INFO|500||InvokeReturn
2021-04-23T05:32:19.571Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T05:32:19.571Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:32:19.575Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T05:32:19.575Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81652018-dbac-4517-9e87-a1b04f7b1f16 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T05:32:19.575Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T05:32:19.576Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:19.578Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:19.578Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155939575,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:32:19.678Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:19.678Z||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-04-23T05:32:19.679Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:19.689Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:19.689Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-23T05:32:20.588Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:32:20.589Z|81652018-dbac-4517-9e87-a1b04f7b1f16|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-04-23T05:32:20.589Z|81652018-dbac-4517-9e87-a1b04f7b1f16|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:21.207Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:21.208Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-23T05:32:21.209Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4b2e4ed4-25b9-40ff-812d-cb55bc7fd902","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce79161d-d5ef-4dbd-8e85-ac259d3ea71e","serviceDescription":"service","serviceInvariantUUID":"679c7576-a3cb-430f-9032-d4375d017372","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"24df7f91-ab96-42a0-b66d-c641e63b64c4","resourceInvariantUUID":"b76de856-3db9-4cab-ac94-f51dc5dd4913","resourceCustomizationUUID":"83b86ee2-8e4c-4d01-9b32-05fddc174e98","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":"NWQxOTljZGU2M2YyNjBjNzQxNjQ0ZWY4ZmRkMjk3NmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4b2cb30-65b0-4759-b685-ce3bc2a3bef0","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":"Zjc2OGUyMTg5Y2FlZGVhYjdjZDdlNWM5MmYwODVkMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"175fd875-9b4b-4a5d-948c-4b4eb039d67c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"66caab36-95df-4094-a9a2-b23299e13b3a","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":"84308e08-f9c5-4217-9355-a8285e4a1f90","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38c2833c-33ed-4488-a1fe-eecc7387cbaa","artifactVersion":"2","generatedFromUUID":"66caab36-95df-4094-a9a2-b23299e13b3a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Njk4MzVkMTdkMjBlOTA2ZjdjMzZjZTZkYmMxYThhZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c70c90e0-5ea1-436d-a56b-ea963abed586","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTMxMmU5ZmNhMGMyOTgzY2VkZTlmMTU3NjllN2FhZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e43fcfe-53aa-4755-afe5-13bfb145004c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:32:21.211Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:21.212Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:21.214Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:21.214Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:32:21.314Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:21.315Z||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-04-23T05:32:21.315Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:21.324Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:21.325Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:22.214Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:22.215Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:22.217Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:22.217Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:32:22.317Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:22.318Z||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-04-23T05:32:22.318Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:22.327Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:22.328Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:23.217Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:23.218Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:23.220Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:23.220Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:32:23.320Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:23.321Z||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-04-23T05:32:23.321Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:23.330Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:23.331Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:24.220Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:24.221Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:24.223Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:24.223Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.323Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:24.324Z||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-04-23T05:32:24.324Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:24.333Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:24.334Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:24.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:32:24.553Z||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-04-23T05:32:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:24.573Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:24.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155861162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:32:24.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155862179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155875960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:32:24.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:32:24.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155878070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:32:24.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:32:25.225Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:25.225Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:25.228Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:25.228Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T05:32:25.327Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:32:25.328Z||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-04-23T05:32:25.328Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:25.338Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:25.338Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:26.229Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:26.231Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:26.233Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:26.233Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:32:26.333Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:26.334Z||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-04-23T05:32:26.335Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:26.344Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:26.344Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:27.234Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:27.235Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:27.236Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:27.237Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:32:27.337Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:27.337Z||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-04-23T05:32:27.338Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:27.346Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:27.347Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:28.238Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ce79161d-d5ef-4dbd-8e85-ac259d3ea71e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "679c7576-a3cb-430f-9032-d4375d017372",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "83b86ee2-8e4c-4d01-9b32-05fddc174e98",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "24df7f91-ab96-42a0-b66d-c641e63b64c4",
      "resourceInvariantUUID": "b76de856-3db9-4cab-ac94-f51dc5dd4913",
      "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": "Zjc2OGUyMTg5Y2FlZGVhYjdjZDdlNWM5MmYwODVkMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "175fd875-9b4b-4a5d-948c-4b4eb039d67c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "66caab36-95df-4094-a9a2-b23299e13b3a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "38c2833c-33ed-4488-a1fe-eecc7387cbaa",
            "generatedFromUUID": "66caab36-95df-4094-a9a2-b23299e13b3a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "38c2833c-33ed-4488-a1fe-eecc7387cbaa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTMxMmU5ZmNhMGMyOTgzY2VkZTlmMTU3NjllN2FhZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e43fcfe-53aa-4755-afe5-13bfb145004c"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T05:32:28.239Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:32:28.239Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce79161d-d5ef-4dbd-8e85-ac259d3ea71e ASDC
2021-04-23T05:32:28.239Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ce79161d-d5ef-4dbd-8e85-ac259d3ea71e
ServiceInvariantUUID:679c7576-a3cb-430f-9032-d4375d017372
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:3e43fcfe-53aa-4755-afe5-13bfb145004c
ArtifactChecksum:NTMxMmU5ZmNhMGMyOTgzY2VkZTlmMTU3NjllN2FhZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:83b86ee2-8e4c-4d01-9b32-05fddc174e98
ResourceInvariantUUID:b76de856-3db9-4cab-ac94-f51dc5dd4913
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:24df7f91-ab96-42a0-b66d-c641e63b64c4
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:175fd875-9b4b-4a5d-948c-4b4eb039d67c
ArtifactChecksum:Zjc2OGUyMTg5Y2FlZGVhYjdjZDdlNWM5MmYwODVkMmE=
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:66caab36-95df-4094-a9a2-b23299e13b3a
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:38c2833c-33ed-4488-a1fe-eecc7387cbaa
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:38c2833c-33ed-4488-a1fe-eecc7387cbaa
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-23T05:32:28.239Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce79161d-d5ef-4dbd-8e85-ac259d3ea71e 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-04-23T05:32:28.268Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:32:28.269Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:32:28.269Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:32:28.269Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3e43fcfe-53aa-4755-afe5-13bfb145004c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-23T05:32:28.269Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:32:28.269Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-23T05:32:28.755Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:32:28.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3e43fcfe-53aa-4755-afe5-13bfb145004c 74275
2021-04-23T05:32:28.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-23T05:32:28.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-23T05:32:28.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:32:28.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:28.761Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:28.761Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155948759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:32:28.862Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T05:32:28.863Z||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-04-23T05:32:28.863Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:28.872Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:28.872Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:29.763Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:32:29.764Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:32:29.765Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3e43fcfe-53aa-4755-afe5-13bfb145004c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:29.765Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-23T05:32:29.766Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:29.766Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:29.928Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17895580204257967898/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-23T05:32:31.097Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:32:31.098Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:32:31.098Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:31.099Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-23T05:32:31.099Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:31.099Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:31.099Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:31.099Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:31.100Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:31.100Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:31.100Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:31.100Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:31.100Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:31.100Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:31.101Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:32:31.101Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.101Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.101Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:31.102Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:32:31.102Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:32:31.102Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.102Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.102Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:31.103Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:32:31.103Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:32:31.103Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.103Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.103Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.103Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:32:31.105Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.105Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:31.105Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:32:31.105Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.105Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:31.105Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:32:31.106Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.106Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:31.106Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:32:31.106Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.106Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-23T05:32:31.106Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fccad007-c76d-412f-88aa-b93438b6cef7
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.108Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.108Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:31.108Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.108Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ce79161d-d5ef-4dbd-8e85-ac259d3ea71e
Model Version:NULL
Model InvariantUuid:679c7576-a3cb-430f-9032-d4375d017372
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1b18c787-837e-4344-ab8f-22f628703509
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b76de856-3db9-4cab-ac94-f51dc5dd4913
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:83b86ee2-8e4c-4d01-9b32-05fddc174e98
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c762fd10-a5b3-4617-85e9-ada03f8b4ece
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:64953058-0ded-4533-bed1-2d52e8be4197
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fccad007-c76d-412f-88aa-b93438b6cef7
ModelInvariantUuid:7a1a2a84-b63c-4dbe-a9f6-c9ec6deff7ab
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:9eeec145-5119-4b94-b1a7-f3d62018146f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:e1e2f3c6-9718-4570-95a5-2cca4da1e364
ModelInvariantUuid:033c1ef1-dc79-45a8-8b3b-ffb781b1d18b
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:cfe4d928-e1b1-41a1-813b-549a9df2d76f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-23T05:32:31.112Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 24df7f91-ab96-42a0-b66d-c641e63b64c4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:32:31.114Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-04-23T05:32:31.115Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 24df7f91-ab96-42a0-b66d-c641e63b64c4
2021-04-23T05:32:31.115Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 175fd875-9b4b-4a5d-948c-4b4eb039d67c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-23T05:32:31.115Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:32:31.115Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:31.371Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:32:31.372Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 175fd875-9b4b-4a5d-948c-4b4eb039d67c 787
2021-04-23T05:32:31.372Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:31.372Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:31.372Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:32:31.373Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:31.374Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:31.374Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155951372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:32:31.475Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:31.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-04-23T05:32:31.476Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:31.484Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:31.485Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:32.375Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c762fd10-a5b3-4617-85e9-ada03f8b4ece",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64953058-0ded-4533-bed1-2d52e8be4197",
    "vfModuleModelCustomizationUUID": "5dd2a7da-ee8b-41ed-b34a-97b83b53343b",
    "isBase": true,
    "artifacts": [
      "66caab36-95df-4094-a9a2-b23299e13b3a",
      "38c2833c-33ed-4488-a1fe-eecc7387cbaa"
    ],
    "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-04-23T05:32:32.380Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64953058-0ded-4533-bed1-2d52e8be4197
VfModuleModelInvariantUUID:c762fd10-a5b3-4617-85e9-ada03f8b4ece
VfModuleModelDescription:NULL
Artifacts UUID List:{
66caab36-95df-4094-a9a2-b23299e13b3a
,
38c2833c-33ed-4488-a1fe-eecc7387cbaa

}
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-04-23T05:32:32.383Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c762fd10-a5b3-4617-85e9-ada03f8b4ece",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64953058-0ded-4533-bed1-2d52e8be4197",
    "vfModuleModelCustomizationUUID": "5dd2a7da-ee8b-41ed-b34a-97b83b53343b",
    "isBase": true,
    "artifacts": [
      "66caab36-95df-4094-a9a2-b23299e13b3a",
      "38c2833c-33ed-4488-a1fe-eecc7387cbaa"
    ],
    "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-04-23T05:32:32.383Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64953058-0ded-4533-bed1-2d52e8be4197
VfModuleModelInvariantUUID:c762fd10-a5b3-4617-85e9-ada03f8b4ece
VfModuleModelDescription:NULL
Artifacts UUID List:{
66caab36-95df-4094-a9a2-b23299e13b3a
,
38c2833c-33ed-4488-a1fe-eecc7387cbaa

}
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-04-23T05:32:32.383Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 66caab36-95df-4094-a9a2-b23299e13b3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-23T05:32:32.383Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:32:32.384Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:33.064Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:32:33.064Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 66caab36-95df-4094-a9a2-b23299e13b3a 5033
2021-04-23T05:32:33.065Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:33.065Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:33.065Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:32:33.065Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:33.067Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:33.067Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155953065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:32:33.167Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:33.168Z||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-04-23T05:32:33.169Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:33.178Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:33.179Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:34.068Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 38c2833c-33ed-4488-a1fe-eecc7387cbaa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-23T05:32:34.068Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:32:34.068Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:34.732Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:32:34.732Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 38c2833c-33ed-4488-a1fe-eecc7387cbaa 903
2021-04-23T05:32:34.732Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:34.733Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:34.733Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:32:34.733Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:34.735Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:34.735Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155954732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:32:34.835Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:34.836Z||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-04-23T05:32:34.836Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:34.844Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:34.845Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:35.736Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ce79161d-d5ef-4dbd-8e85-ac259d3ea71e
2021-04-23T05:32:35.737Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 24df7f91-ab96-42a0-b66d-c641e63b64c4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:32:35.754Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.754Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.754Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-23T05:32:35.755Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 83b86ee2-8e4c-4d01-9b32-05fddc174e98
2021-04-23T05:32:35.755Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 83b86ee2-8e4c-4d01-9b32-05fddc174e98 matches Tosca VF Customization UUID: 83b86ee2-8e4c-4d01-9b32-05fddc174e98
2021-04-23T05:32:35.756Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 83b86ee2-8e4c-4d01-9b32-05fddc174e98  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-23T05:32:35.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.760Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 83b86ee2-8e4c-4d01-9b32-05fddc174e98: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-23T05:32:35.760Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@268e2520
2021-04-23T05:32:35.760Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.760Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:32:35.761Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5dd2a7da-ee8b-41ed-b34a-97b83b53343b
2021-04-23T05:32:35.761Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5dd2a7da-ee8b-41ed-b34a-97b83b53343b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-23T05:32:35.764Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.764Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:35.764Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:32:35.765Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.765Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:35.765Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:32:35.765Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.766Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-23T05:32:35.766Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-23T05:32:35.766Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-23T05:32:35.766Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fccad007-c76d-412f-88aa-b93438b6cef7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-23T05:32:35.769Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.769Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:35.769Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:32:35.769Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.770Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:35.770Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=83b86ee2-8e4c-4d01-9b32-05fddc174e98
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:32:35.772Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.772Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.772Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ce79161d-d5ef-4dbd-8e85-ac259d3ea71e: basic_vm
2021-04-23T05:32:35.772Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.772Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.773Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.773Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.773Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.773Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.773Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.773Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.774Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:32:35.774Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.774Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T05:32:35.862Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 24df7f91-ab96-42a0-b66d-c641e63b64c4 1 ASDC deployResourceStructure
2021-04-23T05:32:35.862Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:35.862Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:35.862Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:32:35.862Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:35.864Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:35.864Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155955862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:32:35.965Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T05:32:35.966Z||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-04-23T05:32:35.966Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:35.975Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:35.976Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:36.865Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:36.865Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:36.866Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:32:36.866Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:36.868Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:36.868Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155956865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:32:36.968Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:32:36.969Z||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-04-23T05:32:36.969Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:36.978Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:36.978Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:37.869Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:37.870Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-04-23T05:32:37.870Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:32:37.870Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:37.872Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:37.872Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155957869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-23T05:32:37.972Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:32:37.973Z||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-04-23T05:32:37.973Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:37.982Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:37.982Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:38.873Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-23T05:32:38.874Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-23T05:32:38.874Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:32:38.874Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:38.876Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:38.876Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155958873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:32:38.976Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:38.977Z||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-04-23T05:32:38.977Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:38.987Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:32:38.988Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:39.877Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:32:39.888Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:32:39.891Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:32:39.891Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:32:39.891Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:33:09.891Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:33:09.900Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:33:09.902Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:33:09.902Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:33:09.902Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:33:24.552Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:33:24.553Z||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-04-23T05:33:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:33:24.576Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:33:24.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "dcae-sch",
  "timestamp": 1619155928724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155930655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "clamp",
  "timestamp": 1619155928352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155932221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155928872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "policy-id",
  "timestamp": 1619155933341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "dcae-sch",
  "timestamp": 1619155928724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "clamp",
  "timestamp": 1619155928352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155930655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155932221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155928872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "policy-id",
  "timestamp": 1619155933341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "clamp",
  "timestamp": 1619155928352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "dcae-sch",
  "timestamp": 1619155928724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155930655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155932221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155928872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "policy-id",
  "timestamp": 1619155933341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "cds",
  "timestamp": 1619155935546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "dcae-sch",
  "timestamp": 1619155928724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "clamp",
  "timestamp": 1619155928352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155930655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155932221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155928872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "policy-id",
  "timestamp": 1619155933341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "cds",
  "timestamp": 1619155935546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155930655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "dcae-sch",
  "timestamp": 1619155928724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "clamp",
  "timestamp": 1619155928352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155928872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155932221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155936684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "policy-id",
  "timestamp": 1619155933341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "cds",
  "timestamp": 1619155935546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "dcae-sch",
  "timestamp": 1619155928724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155930655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155932221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155928872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "clamp",
  "timestamp": 1619155928352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155936684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "policy-id",
  "timestamp": 1619155933341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "cds",
  "timestamp": 1619155935546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155930655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "dcae-sch",
  "timestamp": 1619155928724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155932221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "clamp",
  "timestamp": 1619155928352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155928872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155936684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155939575,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "policy-id",
  "timestamp": 1619155933341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "cds",
  "timestamp": 1619155935546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155936684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "cds",
  "timestamp": 1619155935546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155936684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155941549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155941767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155942034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "policy-id",
  "timestamp": 1619155942157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "cds",
  "timestamp": 1619155935546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155936684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155942963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "policy-id",
  "timestamp": 1619155943161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155936684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155943453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155943843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "cds",
  "timestamp": 1619155943849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "policy-id",
  "timestamp": 1619155944165,
  "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-04-23T05:33:24.599Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
2021-04-23T05:33:24.599Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902 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-04-23T05:33:24.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:33:24.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:33:24.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:33:24.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:33:24.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155944368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:33:24.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:33:39.902Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:33:39.913Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:33:39.915Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:33:39.915Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:33:39.916Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:34:09.916Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:34:09.926Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:34:09.928Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:34:09.928Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:34:09.928Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:34:24.552Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:34:24.553Z||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-04-23T05:34:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:34:24.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:34:24.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:34:24.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155944846,
  "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-04-23T05:34:24.582Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
2021-04-23T05:34:24.582Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902 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-04-23T05:34:39.929Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:34:39.937Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:34:39.940Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:34:39.940Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:34:39.940Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:35:09.940Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:35:09.952Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:35:09.956Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:35:09.957Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:35:09.957Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:35:24.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:35:24.553Z||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-04-23T05:35:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:35:24.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:35:24.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "cds",
  "timestamp": 1619155944855,
  "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-04-23T05:35:24.591Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
2021-04-23T05:35:24.592Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902 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-04-23T05:35:24.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155944964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155945373,
  "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-04-23T05:35:24.605Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
2021-04-23T05:35:24.606Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902 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-04-23T05:35:24.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "clamp",
  "timestamp": 1619155945436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.615Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155945969,
  "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-04-23T05:35:24.620Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
2021-04-23T05:35:24.620Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902 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-04-23T05:35:24.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155946376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "clamp",
  "timestamp": 1619155946451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155946972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "clamp",
  "timestamp": 1619155947454,
  "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-04-23T05:35:24.634Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
2021-04-23T05:35:24.634Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902 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-04-23T05:35:24.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155948759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "dcae-sch",
  "timestamp": 1619155948724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155948871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155950076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "dcae-sch",
  "timestamp": 1619155948724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155948871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "cds",
  "timestamp": 1619155950546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155950655,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "dcae-sch",
  "timestamp": 1619155948724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155951372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155951388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155948871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "cds",
  "timestamp": 1619155950546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155950655,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "dcae-sch",
  "timestamp": 1619155948724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155948871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155952973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.651Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155953065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.651Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "cds",
  "timestamp": 1619155950546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155950655,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "dcae-sch",
  "timestamp": 1619155948724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155948871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "aai-ml",
  "timestamp": 1619155953882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.653Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "policy-id",
  "timestamp": 1619155953341,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155954000,
  "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-04-23T05:35:24.659Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
2021-04-23T05:35:24.659Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902 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-04-23T05:35:24.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "cds",
  "timestamp": 1619155950546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155950655,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "dcae-sch",
  "timestamp": 1619155948724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155948871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155954732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "policy-id",
  "timestamp": 1619155953341,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155955004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "cds",
  "timestamp": 1619155950546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155950655,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "dcae-sch",
  "timestamp": 1619155948724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155948871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155955862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "policy-id",
  "timestamp": 1619155953341,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "cds",
  "timestamp": 1619155950546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155950655,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "dcae-sch",
  "timestamp": 1619155948724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155948871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155956865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "policy-id",
  "timestamp": 1619155953341,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "cds",
  "timestamp": 1619155950546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155950655,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155956684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155957869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "policy-id",
  "timestamp": 1619155953341,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "cds",
  "timestamp": 1619155950546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155950655,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155956684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155958541,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155958873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155958352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "policy-id",
  "timestamp": 1619155953341,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155956684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155958352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "policy-id",
  "timestamp": 1619155953341,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "cds",
  "timestamp": 1619155960157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155956684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155960335,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155960462,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "dcae-sch",
  "timestamp": 1619155960545,
  "artifactURL": "/sdc/v1/catalog/services/9096960d-dfd7-4d2e-ab2e-174cadb7f366/resourceInstances/basicclamp0/artifacts/93ea0ada-8098-4188-a32e-0fba056d62c1",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155958352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "policy-id",
  "timestamp": 1619155953341,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "cds",
  "timestamp": 1619155961162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T05:35:24.684Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4191b223-4431-41f7-9ef5-df3840a6b30a
2021-04-23T05:35:24.685Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4191b223-4431-41f7-9ef5-df3840a6b30a 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-04-23T05:35:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155956684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "aai-ml",
  "timestamp": 1619155961440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "dcae-sch",
  "timestamp": 1619155961759,
  "artifactURL": "/sdc/v1/catalog/services/9096960d-dfd7-4d2e-ab2e-174cadb7f366/resourceInstances/basicclamp0/artifacts/93ea0ada-8098-4188-a32e-0fba056d62c1",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155958352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155962171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155956684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155962359,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "aai-ml",
  "timestamp": 1619155962444,
  "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-04-23T05:35:24.700Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
2021-04-23T05:35:24.700Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902 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-04-23T05:35:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "policy-id",
  "timestamp": 1619155962491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155962221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "dcae-sch",
  "timestamp": 1619155962762,
  "artifactURL": "/sdc/v1/catalog/services/9096960d-dfd7-4d2e-ab2e-174cadb7f366/resourceInstances/basicclamp0/artifacts/93ea0ada-8098-4188-a32e-0fba056d62c1",
  "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-04-23T05:35:24.715Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 4191b223-4431-41f7-9ef5-df3840a6b30a
2021-04-23T05:35:24.715Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4191b223-4431-41f7-9ef5-df3840a6b30a 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-04-23T05:35:24.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155958352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155941610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155956684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155963363,
  "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-04-23T05:35:24.728Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4191b223-4431-41f7-9ef5-df3840a6b30a
2021-04-23T05:35:24.728Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4191b223-4431-41f7-9ef5-df3840a6b30a 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-04-23T05:35:24.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "policy-id",
  "timestamp": 1619155963495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155963731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155962221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155958352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155956684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155964366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "policy-id",
  "timestamp": 1619155964498,
  "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-04-23T05:35:24.742Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4191b223-4431-41f7-9ef5-df3840a6b30a
2021-04-23T05:35:24.742Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4191b223-4431-41f7-9ef5-df3840a6b30a 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-04-23T05:35:24.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155962221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155964736,
  "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-04-23T05:35:24.753Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4191b223-4431-41f7-9ef5-df3840a6b30a
2021-04-23T05:35:24.753Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4191b223-4431-41f7-9ef5-df3840a6b30a 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-04-23T05:35:24.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155964742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155958352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155962221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155965739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155958352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "cds",
  "timestamp": 1619155965546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155966352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155962221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "cds",
  "timestamp": 1619155965546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155962221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155968061,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "cds",
  "timestamp": 1619155965546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155962221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155969083,
  "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-04-23T05:35:24.766Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4191b223-4431-41f7-9ef5-df3840a6b30a
2021-04-23T05:35:24.766Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4191b223-4431-41f7-9ef5-df3840a6b30a 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-04-23T05:35:24.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "cds",
  "timestamp": 1619155965546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "dcae-sch",
  "timestamp": 1619155968724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155968871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155962221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155970086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "cds",
  "timestamp": 1619155965546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "dcae-sch",
  "timestamp": 1619155968724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "aai-ml",
  "timestamp": 1619155945767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155968871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155970814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155970929,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "cds",
  "timestamp": 1619155965546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155970655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "dcae-sch",
  "timestamp": 1619155968724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155968871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155971089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155971817,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "aai-ml",
  "timestamp": 1619155971976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "cds",
  "timestamp": 1619155965546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155970655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "dcae-sch",
  "timestamp": 1619155968724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155968871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155971089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155973137,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155973193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "cds",
  "timestamp": 1619155965546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155970655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "dcae-sch",
  "timestamp": 1619155968724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155968871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155971089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "policy-id",
  "timestamp": 1619155973341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155974141,
  "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-04-23T05:35:24.783Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4191b223-4431-41f7-9ef5-df3840a6b30a
2021-04-23T05:35:24.783Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4191b223-4431-41f7-9ef5-df3840a6b30a 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-04-23T05:35:24.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155974196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.793Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155970655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "dcae-sch",
  "timestamp": 1619155968724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155968871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155971089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "cds",
  "timestamp": 1619155974875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.794Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "policy-id",
  "timestamp": 1619155973341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "clamp",
  "timestamp": 1619155975199,
  "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-04-23T05:35:24.799Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4191b223-4431-41f7-9ef5-df3840a6b30a
2021-04-23T05:35:24.799Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4191b223-4431-41f7-9ef5-df3840a6b30a 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-04-23T05:35:24.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155970655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "dcae-sch",
  "timestamp": 1619155968724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155968871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155971089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "policy-id",
  "timestamp": 1619155973341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155970655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "dcae-sch",
  "timestamp": 1619155968724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155968871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155971089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "policy-id",
  "timestamp": 1619155973341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "cds",
  "timestamp": 1619155977061,
  "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-04-23T05:35:24.821Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 024a3916-45b6-4119-a1d7-00497dd54f8c
2021-04-23T05:35:24.821Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a3916-45b6-4119-a1d7-00497dd54f8c 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-04-23T05:35:24.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155970655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155976684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155971089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "policy-id",
  "timestamp": 1619155973341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155970655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155976684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155971089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155978759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "policy-id",
  "timestamp": 1619155973341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155976684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "aai-ml",
  "timestamp": 1619155979942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "policy-id",
  "timestamp": 1619155973341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155976684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155980437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155980742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155980768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.832Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "aai-ml",
  "timestamp": 1619155980946,
  "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-04-23T05:35:24.836Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4191b223-4431-41f7-9ef5-df3840a6b30a
2021-04-23T05:35:24.836Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4191b223-4431-41f7-9ef5-df3840a6b30a 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-04-23T05:35:24.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "policy-id",
  "timestamp": 1619155973341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155976684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155982182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155982245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155982249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "policy-id",
  "timestamp": 1619155982304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155976684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "aai-ml",
  "timestamp": 1619155981949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155983248,
  "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-04-23T05:35:24.852Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 024a3916-45b6-4119-a1d7-00497dd54f8c
2021-04-23T05:35:24.852Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a3916-45b6-4119-a1d7-00497dd54f8c 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-04-23T05:35:24.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "policy-id",
  "timestamp": 1619155983307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155976684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155983547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "aai-ml",
  "timestamp": 1619155981949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155983660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619155984251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "policy-id",
  "timestamp": 1619155984310,
  "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-04-23T05:35:24.866Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 024a3916-45b6-4119-a1d7-00497dd54f8c
2021-04-23T05:35:24.867Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a3916-45b6-4119-a1d7-00497dd54f8c 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-04-23T05:35:24.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619155976684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155984553,
  "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-04-23T05:35:24.877Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 024a3916-45b6-4119-a1d7-00497dd54f8c
2021-04-23T05:35:24.877Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a3916-45b6-4119-a1d7-00497dd54f8c 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-04-23T05:35:24.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "aai-ml",
  "timestamp": 1619155981949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155984680,
  "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-04-23T05:35:24.888Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 024a3916-45b6-4119-a1d7-00497dd54f8c
2021-04-23T05:35:24.888Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a3916-45b6-4119-a1d7-00497dd54f8c 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-04-23T05:35:24.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619155985557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "aai-ml",
  "timestamp": 1619155981949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619155985683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "aai-ml",
  "timestamp": 1619155981949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "aai-ml",
  "timestamp": 1619155981949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "aai-ml",
  "timestamp": 1619155981949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "clamp",
  "timestamp": 1619155988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "aai-ml",
  "timestamp": 1619155981949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "clamp",
  "timestamp": 1619155988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "aai-ml",
  "timestamp": 1619155990753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "clamp",
  "timestamp": 1619155988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "clamp",
  "timestamp": 1619155988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155992221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "clamp",
  "timestamp": 1619155988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155992221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "clamp",
  "timestamp": 1619155988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155992221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "clamp",
  "timestamp": 1619155988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155992221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "clamp",
  "timestamp": 1619155988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155992221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155992221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155992221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "aai-ml",
  "timestamp": 1619155998857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619155992221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "aai-ml",
  "timestamp": 1619155999861,
  "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-04-23T05:35:24.905Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 024a3916-45b6-4119-a1d7-00497dd54f8c
2021-04-23T05:35:24.905Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a3916-45b6-4119-a1d7-00497dd54f8c 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-04-23T05:35:24.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "clamp",
  "timestamp": 1619156000094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156001356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:35:24.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "clamp",
  "timestamp": 1619156002086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:24.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "clamp",
  "timestamp": 1619156003089,
  "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-04-23T05:35:24.918Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 024a3916-45b6-4119-a1d7-00497dd54f8c
2021-04-23T05:35:24.918Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a3916-45b6-4119-a1d7-00497dd54f8c 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-04-23T05:35:24.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:35:24.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156003513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:35:24.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:35:39.957Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:35:39.967Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:35:39.969Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:35:39.969Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T05:35:39.970Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T05:35:39.970Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T05:35:39.970Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:35:39.970Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:35:39.970Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:35:39.970Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:35:39.971Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:35:39.971Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:35:39.971Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T05:35:39.975Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T05:36:09.975Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902 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-04-23T05:36:09.980Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902 and serviceModelVersionId: ce79161d-d5ef-4dbd-8e85-ac259d3ea71e
2021-04-23T05:36:09.980Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 679c7576-a3cb-430f-9032-d4375d017372
2021-04-23T05:36:09.982Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/679c7576-a3cb-430f-9032-d4375d017372/model-vers/model-ver/ce79161d-d5ef-4dbd-8e85-ac259d3ea71e?depth=0
2021-04-23T05:36:09.986Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T05:36:10.029Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/679c7576-a3cb-430f-9032-d4375d017372/model-vers/model-ver/ce79161d-d5ef-4dbd-8e85-ac259d3ea71e?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-04-23T05:36:10.031Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/679c7576-a3cb-430f-9032-d4375d017372/model-vers/model-ver/ce79161d-d5ef-4dbd-8e85-ac259d3ea71e?depth=0|INFO|500||Invoke
2021-04-23T05:36:10.057Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/679c7576-a3cb-430f-9032-d4375d017372/model-vers/model-ver/ce79161d-d5ef-4dbd-8e85-ac259d3ea71e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T05:36:10.125Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/679c7576-a3cb-430f-9032-d4375d017372/model-vers/model-ver/ce79161d-d5ef-4dbd-8e85-ac259d3ea71e?depth=0|INFO|500||InvokeReturn
2021-04-23T05:36:10.126Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/679c7576-a3cb-430f-9032-d4375d017372/model-vers/model-ver/ce79161d-d5ef-4dbd-8e85-ac259d3ea71e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210423-05:36:10:065-25391], vertex-id=[225288], Content-Length=[0], Date=[Fri, 23 Apr 2021 05:36:10 GMT], Content-Type=[application/json]}
2021-04-23T05:36:10.126Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-23T05:36:10.126Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T05:36:10.126Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:36:10.130Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T05:36:10.131Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b2e4ed4-25b9-40ff-812d-cb55bc7fd902 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T05:36:10.131Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T05:36:10.132Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:10.134Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:10.134Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156170131,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:36:10.234Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:10.235Z||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-04-23T05:36:10.236Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:10.248Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:10.249Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-23T05:36:11.147Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-23T05:36:11.147Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4191b223-4431-41f7-9ef5-df3840a6b30a","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"9096960d-dfd7-4d2e-ab2e-174cadb7f366","serviceDescription":"service","serviceInvariantUUID":"4d101193-5465-4f2b-8307-11f80e3b52f3","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e46ce004-aac3-4480-955e-2041e6e2dcd2","resourceInvariantUUID":"11215ea6-2e50-42b8-8a77-a985c4513611","resourceCustomizationUUID":"ab20e82d-94b0-4c29-ac48-497421f4641c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93ea0ada-8098-4188-a32e-0fba056d62c1","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":"MDliZGUwYmMxNjk3Mjk0MmQ1MjYzMTk3ZjZkZmI1MGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"774ecbbf-1bac-4a5b-a0b7-a013dfedaa71","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":"ZGQ4YmQ4N2Q2NTlmZjA1NWVkMWRhMzgxZWRjNTYzZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c0fead8-30ed-4dc1-ac28-6873c96bb5dd","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":"a8227b4b-017e-46bf-8cd6-25d19d97a000","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":"c9ce0325-ace4-4ce4-a640-d1033a207b5b","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":"f67d1760-a392-45b2-886a-7d8478865e5b","artifactVersion":"2","generatedFromUUID":"a8227b4b-017e-46bf-8cd6-25d19d97a000"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZmMwNDcyMTJlYTdjYmI2NWRlMmI4OWUxZDU5YTcyNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01ae99f4-5301-4999-8c17-1c29a142b62d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDVhNTIyYTAwYTc4OGM0MjgxNjdhMDZkMDk3MjMzZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb35def1-35c6-4a26-9bc4-2478bff5bd29","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:36:11.148Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:36:11.148Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:11.150Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:11.150Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:36:11.250Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:11.251Z||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-04-23T05:36:11.251Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:11.264Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:11.265Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:12.150Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:36:12.152Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:12.153Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:12.153Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:36:12.254Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:36:12.254Z||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-04-23T05:36:12.254Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:12.262Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:12.263Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:13.154Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:36:13.155Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:13.157Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:13.158Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:36:13.258Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:13.259Z||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-04-23T05:36:13.259Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:13.269Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:13.270Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:14.158Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:36:14.159Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:14.161Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:14.162Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:36:14.262Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:14.263Z||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-04-23T05:36:14.263Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:14.273Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:14.274Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:15.163Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:36:15.163Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:15.165Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:15.165Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:36:15.265Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:15.266Z||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-04-23T05:36:15.266Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:15.276Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:15.276Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:16.166Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:36:16.167Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:16.169Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:16.169Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T05:36:16.269Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:16.270Z||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-04-23T05:36:16.270Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:16.278Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:16.279Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:17.169Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:36:17.171Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:17.172Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:17.173Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:36:17.273Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:17.273Z||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-04-23T05:36:17.273Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:17.282Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:17.282Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:18.173Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:36:18.174Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:18.176Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:18.177Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:36:18.277Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:18.278Z||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-04-23T05:36:18.278Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:18.287Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:18.288Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:19.178Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "9096960d-dfd7-4d2e-ab2e-174cadb7f366",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4d101193-5465-4f2b-8307-11f80e3b52f3",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "ab20e82d-94b0-4c29-ac48-497421f4641c",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e46ce004-aac3-4480-955e-2041e6e2dcd2",
      "resourceInvariantUUID": "11215ea6-2e50-42b8-8a77-a985c4513611",
      "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": "ZGQ4YmQ4N2Q2NTlmZjA1NWVkMWRhMzgxZWRjNTYzZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3c0fead8-30ed-4dc1-ac28-6873c96bb5dd",
          "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": "a8227b4b-017e-46bf-8cd6-25d19d97a000",
          "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": "f67d1760-a392-45b2-886a-7d8478865e5b",
            "generatedFromUUID": "a8227b4b-017e-46bf-8cd6-25d19d97a000"
          },
          "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": "f67d1760-a392-45b2-886a-7d8478865e5b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MDVhNTIyYTAwYTc4OGM0MjgxNjdhMDZkMDk3MjMzZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cb35def1-35c6-4a26-9bc4-2478bff5bd29"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T05:36:19.178Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:36:19.178Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9096960d-dfd7-4d2e-ab2e-174cadb7f366 ASDC
2021-04-23T05:36:19.179Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4191b223-4431-41f7-9ef5-df3840a6b30a
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:9096960d-dfd7-4d2e-ab2e-174cadb7f366
ServiceInvariantUUID:4d101193-5465-4f2b-8307-11f80e3b52f3
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:cb35def1-35c6-4a26-9bc4-2478bff5bd29
ArtifactChecksum:MDVhNTIyYTAwYTc4OGM0MjgxNjdhMDZkMDk3MjMzZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:ab20e82d-94b0-4c29-ac48-497421f4641c
ResourceInvariantUUID:11215ea6-2e50-42b8-8a77-a985c4513611
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:e46ce004-aac3-4480-955e-2041e6e2dcd2
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:3c0fead8-30ed-4dc1-ac28-6873c96bb5dd
ArtifactChecksum:ZGQ4YmQ4N2Q2NTlmZjA1NWVkMWRhMzgxZWRjNTYzZDM=
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:a8227b4b-017e-46bf-8cd6-25d19d97a000
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:f67d1760-a392-45b2-886a-7d8478865e5b
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:f67d1760-a392-45b2-886a-7d8478865e5b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-23T05:36:19.179Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9096960d-dfd7-4d2e-ab2e-174cadb7f366 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-04-23T05:36:19.206Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:36:19.207Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:36:19.207Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:36:19.207Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cb35def1-35c6-4a26-9bc4-2478bff5bd29 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-23T05:36:19.207Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:36:19.207Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-23T05:36:19.956Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:36:19.961Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar cb35def1-35c6-4a26-9bc4-2478bff5bd29 76838
2021-04-23T05:36:19.961Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-23T05:36:19.961Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-23T05:36:19.961Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:36:19.962Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:19.964Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:19.964Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156179961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:36:20.064Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:20.064Z||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-04-23T05:36:20.065Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:20.073Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:20.073Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:20.964Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:36:20.965Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:36:20.965Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: cb35def1-35c6-4a26-9bc4-2478bff5bd29, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-23T05:36:20.966Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-23T05:36:20.966Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-23T05:36:20.966Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-23T05:36:21.097Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5679031657632743032/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-04-23T05:36:22.292Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:36:22.292Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:36:22.292Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-23T05:36:22.292Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.293Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:22.294Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T05:36:22.294Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:36:22.294Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:36:22.294Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.294Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:22.294Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T05:36:22.294Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:36:22.295Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:36:22.295Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.295Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:22.295Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.295Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-23T05:36:22.295Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-23T05:36:22.295Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-23T05:36:22.296Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-23T05:36:22.296Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-23T05:36:22.296Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T05:36:22.296Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.296Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:36:22.296Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.296Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T05:36:22.296Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:36:22.297Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.297Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T05:36:22.297Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:36:22.297Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.297Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T05:36:22.297Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:36:22.298Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.298Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-23T05:36:22.298Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-23T05:36:22.298Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-23T05:36:22.298Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=200d597d-2932-4fa2-a2ee-f2bf410f7bb5
2021-04-23T05:36:22.298Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.298Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:22.299Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.299Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:22.299Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.299Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:22.299Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:22.299Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:22.299Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:9096960d-dfd7-4d2e-ab2e-174cadb7f366
Model Version:NULL
Model InvariantUuid:4d101193-5465-4f2b-8307-11f80e3b52f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:62c36660-b6e6-4c71-ad4b-f49187d2bfa0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:11215ea6-2e50-42b8-8a77-a985c4513611
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ab20e82d-94b0-4c29-ac48-497421f4641c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4a7e7279-01fb-45ed-ba18-d6404c2b85fb
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:540a0e17-fe73-4424-af54-5e43c532d467
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:200d597d-2932-4fa2-a2ee-f2bf410f7bb5
ModelInvariantUuid:9b59564d-fc42-42a6-a77a-30412e183b55
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:4ac9c1ac-2d19-47de-af12-826cc879fa3f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ee08d724-d82b-41be-85b0-53f99d9a21a6
ModelInvariantUuid:aa29b77d-f49a-4d44-b74a-0f3458d9ea83
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:30814f26-8142-4f3f-aa5f-23041f910d45
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-23T05:36:22.305Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e46ce004-aac3-4480-955e-2041e6e2dcd2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:36:22.308Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||basicclamp 0
2021-04-23T05:36:22.308Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e46ce004-aac3-4480-955e-2041e6e2dcd2
2021-04-23T05:36:22.308Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3c0fead8-30ed-4dc1-ac28-6873c96bb5dd from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-23T05:36:22.308Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:36:22.308Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-23T05:36:22.547Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:36:22.547Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 3c0fead8-30ed-4dc1-ac28-6873c96bb5dd 790
2021-04-23T05:36:22.547Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:22.547Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:22.548Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:36:22.548Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:22.550Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:22.550Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156182547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:36:22.650Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:22.651Z||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-04-23T05:36:22.651Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:22.660Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:22.660Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:23.550Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4a7e7279-01fb-45ed-ba18-d6404c2b85fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "540a0e17-fe73-4424-af54-5e43c532d467",
    "vfModuleModelCustomizationUUID": "39b10d71-6c3a-4a9c-91ab-df959f3fbd98",
    "isBase": true,
    "artifacts": [
      "a8227b4b-017e-46bf-8cd6-25d19d97a000",
      "f67d1760-a392-45b2-886a-7d8478865e5b"
    ],
    "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-04-23T05:36:23.555Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:540a0e17-fe73-4424-af54-5e43c532d467
VfModuleModelInvariantUUID:4a7e7279-01fb-45ed-ba18-d6404c2b85fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8227b4b-017e-46bf-8cd6-25d19d97a000
,
f67d1760-a392-45b2-886a-7d8478865e5b

}
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-04-23T05:36:23.557Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4a7e7279-01fb-45ed-ba18-d6404c2b85fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "540a0e17-fe73-4424-af54-5e43c532d467",
    "vfModuleModelCustomizationUUID": "39b10d71-6c3a-4a9c-91ab-df959f3fbd98",
    "isBase": true,
    "artifacts": [
      "a8227b4b-017e-46bf-8cd6-25d19d97a000",
      "f67d1760-a392-45b2-886a-7d8478865e5b"
    ],
    "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-04-23T05:36:23.558Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:540a0e17-fe73-4424-af54-5e43c532d467
VfModuleModelInvariantUUID:4a7e7279-01fb-45ed-ba18-d6404c2b85fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8227b4b-017e-46bf-8cd6-25d19d97a000
,
f67d1760-a392-45b2-886a-7d8478865e5b

}
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-04-23T05:36:23.558Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a8227b4b-017e-46bf-8cd6-25d19d97a000 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-23T05:36:23.558Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:36:23.558Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-23T05:36:24.148Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:36:24.149Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a8227b4b-017e-46bf-8cd6-25d19d97a000 5033
2021-04-23T05:36:24.149Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:24.149Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:24.149Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:36:24.149Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:24.150Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:24.150Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156184149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:36:24.251Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:24.252Z||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-04-23T05:36:24.252Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:24.260Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:24.261Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:24.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:36:24.553Z||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-04-23T05:36:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:24.574Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:24.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:36:24.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156004517,
  "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-04-23T05:36:24.580Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 024a3916-45b6-4119-a1d7-00497dd54f8c
2021-04-23T05:36:24.580Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a3916-45b6-4119-a1d7-00497dd54f8c 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-04-23T05:36:25.151Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f67d1760-a392-45b2-886a-7d8478865e5b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-23T05:36:25.152Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:36:25.152Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-23T05:36:25.545Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:36:25.545Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f67d1760-a392-45b2-886a-7d8478865e5b 909
2021-04-23T05:36:25.545Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:25.546Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:25.546Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:36:25.546Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:25.548Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:25.549Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156185545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:36:25.649Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:36:25.649Z||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-04-23T05:36:25.649Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:25.660Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:25.660Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:36:26.549Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9096960d-dfd7-4d2e-ab2e-174cadb7f366
2021-04-23T05:36:26.550Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 e46ce004-aac3-4480-955e-2041e6e2dcd2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:36:26.568Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.568Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:26.568Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-23T05:36:26.568Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ab20e82d-94b0-4c29-ac48-497421f4641c
2021-04-23T05:36:26.568Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab20e82d-94b0-4c29-ac48-497421f4641c matches Tosca VF Customization UUID: ab20e82d-94b0-4c29-ac48-497421f4641c
2021-04-23T05:36:26.568Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ab20e82d-94b0-4c29-ac48-497421f4641c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-23T05:36:26.570Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.570Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:26.571Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ab20e82d-94b0-4c29-ac48-497421f4641c: {\"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-04-23T05:36:26.571Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cd9bcc3
2021-04-23T05:36:26.571Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.571Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:36:26.571Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 39b10d71-6c3a-4a9c-91ab-df959f3fbd98
2021-04-23T05:36:26.571Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 39b10d71-6c3a-4a9c-91ab-df959f3fbd98
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-23T05:36:26.573Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.573Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T05:36:26.573Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:36:26.573Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.573Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T05:36:26.573Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:36:26.574Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.574Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-23T05:36:26.574Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-23T05:36:26.574Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-23T05:36:26.574Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=200d597d-2932-4fa2-a2ee-f2bf410f7bb5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-23T05:36:26.575Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.576Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T05:36:26.576Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:36:26.576Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.576Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T05:36:26.576Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ab20e82d-94b0-4c29-ac48-497421f4641c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:36:26.577Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.577Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:26.577Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9096960d-dfd7-4d2e-ab2e-174cadb7f366: basicclamp
2021-04-23T05:36:26.577Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.578Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:26.578Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.578Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:26.578Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.578Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:26.578Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.578Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:26.578Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:36:26.578Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:36:26.579Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T05:36:26.644Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp e46ce004-aac3-4480-955e-2041e6e2dcd2 1 ASDC deployResourceStructure
2021-04-23T05:36:26.644Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:26.644Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:26.644Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:36:26.644Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:26.646Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:26.646Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156186644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:36:26.746Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:26.747Z||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-04-23T05:36:26.747Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:26.756Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:26.756Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:27.647Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:27.648Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:27.648Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:36:27.648Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:27.651Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:27.651Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156187647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:36:27.751Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:27.752Z||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-04-23T05:36:27.752Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:27.764Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:27.765Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:28.652Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:28.652Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||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-04-23T05:36:28.652Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:36:28.653Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:28.655Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:28.655Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156188652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-23T05:36:28.755Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:36:28.756Z||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-04-23T05:36:28.756Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:28.765Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:28.766Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:29.656Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-23T05:36:29.656Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-23T05:36:29.657Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:36:29.657Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:36:29.660Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:36:29.660Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156189655,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:36:29.760Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:36:29.761Z||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-04-23T05:36:29.762Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:36:29.770Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:36:29.771Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:36:30.661Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4191b223-4431-41f7-9ef5-df3840a6b30a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:36:30.671Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4191b223-4431-41f7-9ef5-df3840a6b30a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:36:30.674Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:36:30.675Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T05:36:30.675Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T05:36:30.675Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T05:36:30.675Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:36:30.675Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:36:30.675Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:36:30.675Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:36:30.675Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:36:30.675Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:36:30.675Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:36:30.675Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T05:36:30.680Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T05:37:00.680Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4191b223-4431-41f7-9ef5-df3840a6b30a 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-04-23T05:37:00.685Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4191b223-4431-41f7-9ef5-df3840a6b30a and serviceModelVersionId: 9096960d-dfd7-4d2e-ab2e-174cadb7f366
2021-04-23T05:37:00.685Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d101193-5465-4f2b-8307-11f80e3b52f3
2021-04-23T05:37:00.686Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d101193-5465-4f2b-8307-11f80e3b52f3/model-vers/model-ver/9096960d-dfd7-4d2e-ab2e-174cadb7f366?depth=0
2021-04-23T05:37:00.692Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T05:37:00.740Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d101193-5465-4f2b-8307-11f80e3b52f3/model-vers/model-ver/9096960d-dfd7-4d2e-ab2e-174cadb7f366?depth=0|INFO|500||Invoke
2021-04-23T05:37:00.741Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d101193-5465-4f2b-8307-11f80e3b52f3/model-vers/model-ver/9096960d-dfd7-4d2e-ab2e-174cadb7f366?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d101193-5465-4f2b-8307-11f80e3b52f3/model-vers/model-ver/9096960d-dfd7-4d2e-ab2e-174cadb7f366?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4191b223-4431-41f7-9ef5-df3840a6b30a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ed8ccecb-332a-4899-a5f3-37a3712a23a6], X-ECOMP-RequestID=[4191b223-4431-41f7-9ef5-df3840a6b30a], X-TransactionId=[], X-ONAP-RequestID=[4191b223-4431-41f7-9ef5-df3840a6b30a], Content-Type=[application/merge-patch+json]}
2021-04-23T05:37:00.767Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d101193-5465-4f2b-8307-11f80e3b52f3/model-vers/model-ver/9096960d-dfd7-4d2e-ab2e-174cadb7f366?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T05:37:00.939Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d101193-5465-4f2b-8307-11f80e3b52f3/model-vers/model-ver/9096960d-dfd7-4d2e-ab2e-174cadb7f366?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d101193-5465-4f2b-8307-11f80e3b52f3/model-vers/model-ver/9096960d-dfd7-4d2e-ab2e-174cadb7f366?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210423-05:37:00:774-76283], vertex-id=[237744], Content-Length=[0], Date=[Fri, 23 Apr 2021 05:37:00 GMT], Content-Type=[application/json]}
2021-04-23T05:37:00.940Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d101193-5465-4f2b-8307-11f80e3b52f3/model-vers/model-ver/9096960d-dfd7-4d2e-ab2e-174cadb7f366?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-23T05:37:00.940Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d101193-5465-4f2b-8307-11f80e3b52f3/model-vers/model-ver/9096960d-dfd7-4d2e-ab2e-174cadb7f366?depth=0|INFO|500||InvokeReturn
2021-04-23T05:37:00.941Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T05:37:00.941Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:37:00.944Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T05:37:00.944Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4191b223-4431-41f7-9ef5-df3840a6b30a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T05:37:00.944Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T05:37:00.944Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:00.946Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:00.946Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156220944,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:37:01.046Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:01.047Z||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-04-23T05:37:01.047Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:01.060Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:01.060Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-23T05:37:01.955Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:37:01.956Z|4191b223-4431-41f7-9ef5-df3840a6b30a|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-04-23T05:37:01.956Z|4191b223-4431-41f7-9ef5-df3840a6b30a|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:06.235Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:06.236Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-23T05:37:06.236Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"024a3916-45b6-4119-a1d7-00497dd54f8c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"839c63bc-ebdf-4fe1-88b4-082f85b1007a","serviceDescription":"service","serviceInvariantUUID":"3d40465f-8663-4fc9-aeb0-fb4377d3be43","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"26364d09-2e9c-43a0-a0a9-bf32d18f59a3","resourceInvariantUUID":"c283d286-ffa2-40df-8919-7e2b8b02f8da","resourceCustomizationUUID":"a2bdfce6-0296-4b95-94e8-eed4531d0449","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":"NmNmMmVhZGRiZjk5MWIwMzJlNzNiYjc0NjFmYTUzM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31ac7369-1c5a-4047-9755-66230d9b87e9","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":"ODZlN2IyZjc1YjI4NDg4YjI3ZDhmYWM3OGU3OTI5NDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e4337fb-116a-47a3-909d-a2ef166cba18","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1cf3a58f-6358-48c3-9527-9188d0c7e672","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":"faa8aa98-6601-4e3b-9161-a35c5d1a90c7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dfdb7026-3a07-4d62-8edd-5660ec88ed38","artifactVersion":"2","generatedFromUUID":"1cf3a58f-6358-48c3-9527-9188d0c7e672"},{"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":"NTUxOWExZjIwZTM4ODZiNzk0ZDFlMTM4ZWU3NTdlYzc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02cb369b-42f4-4723-bb63-0c1efbc83e5a","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":"MzdlNjU0M2QzZjUwYWI3Y2NjMmIzMGRmY2E3NDNlZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51ff0015-3593-4f7b-bb74-a48dda819cb8","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGVmNTZhN2Q0YWQ1NjcyNDY1ZjhiOWZiZjU2OTU0Yjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71709b9b-3903-4a32-99f1-6c878d32fa4c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:37:06.237Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:37:06.238Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:06.240Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:06.240Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:06.339Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:37:06.340Z||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-04-23T05:37:06.341Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:06.351Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:06.352Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:07.240Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:37:07.241Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:07.242Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:07.242Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:37:07.345Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-23T05:37:07.346Z||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-04-23T05:37:07.346Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:07.359Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:07.360Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:08.243Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:37:08.244Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:08.246Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:08.246Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:37:08.346Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:37:08.347Z||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-04-23T05:37:08.347Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:08.356Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:08.357Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:09.247Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:37:09.248Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:09.250Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:09.250Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:09.350Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:09.351Z||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-04-23T05:37:09.351Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:09.361Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:09.362Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:10.251Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:37:10.252Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:10.254Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:10.254Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T05:37:10.354Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:10.355Z||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-04-23T05:37:10.355Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:10.364Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:10.365Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:11.255Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:37:11.256Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:11.258Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:11.258Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:11.358Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:11.359Z||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-04-23T05:37:11.359Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:11.367Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:11.368Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:12.259Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:37:12.260Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:12.261Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:12.261Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:12.361Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:12.362Z||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-04-23T05:37:12.362Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:12.372Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:12.372Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:13.262Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:37:13.263Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:13.265Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:13.266Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:37:13.366Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:13.367Z||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-04-23T05:37:13.367Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:13.376Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:13.376Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:14.267Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "839c63bc-ebdf-4fe1-88b4-082f85b1007a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3d40465f-8663-4fc9-aeb0-fb4377d3be43",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a2bdfce6-0296-4b95-94e8-eed4531d0449",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "26364d09-2e9c-43a0-a0a9-bf32d18f59a3",
      "resourceInvariantUUID": "c283d286-ffa2-40df-8919-7e2b8b02f8da",
      "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": "ODZlN2IyZjc1YjI4NDg4YjI3ZDhmYWM3OGU3OTI5NDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5e4337fb-116a-47a3-909d-a2ef166cba18",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1cf3a58f-6358-48c3-9527-9188d0c7e672",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dfdb7026-3a07-4d62-8edd-5660ec88ed38",
            "generatedFromUUID": "1cf3a58f-6358-48c3-9527-9188d0c7e672"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dfdb7026-3a07-4d62-8edd-5660ec88ed38",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MGVmNTZhN2Q0YWQ1NjcyNDY1ZjhiOWZiZjU2OTU0Yjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "71709b9b-3903-4a32-99f1-6c878d32fa4c"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T05:37:14.268Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:37:14.268Z|4191b223-4431-41f7-9ef5-df3840a6b30a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 839c63bc-ebdf-4fe1-88b4-082f85b1007a ASDC
2021-04-23T05:37:14.269Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:024a3916-45b6-4119-a1d7-00497dd54f8c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:839c63bc-ebdf-4fe1-88b4-082f85b1007a
ServiceInvariantUUID:3d40465f-8663-4fc9-aeb0-fb4377d3be43
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:71709b9b-3903-4a32-99f1-6c878d32fa4c
ArtifactChecksum:MGVmNTZhN2Q0YWQ1NjcyNDY1ZjhiOWZiZjU2OTU0Yjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a2bdfce6-0296-4b95-94e8-eed4531d0449
ResourceInvariantUUID:c283d286-ffa2-40df-8919-7e2b8b02f8da
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:26364d09-2e9c-43a0-a0a9-bf32d18f59a3
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:5e4337fb-116a-47a3-909d-a2ef166cba18
ArtifactChecksum:ODZlN2IyZjc1YjI4NDg4YjI3ZDhmYWM3OGU3OTI5NDA=
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:1cf3a58f-6358-48c3-9527-9188d0c7e672
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:dfdb7026-3a07-4d62-8edd-5660ec88ed38
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:dfdb7026-3a07-4d62-8edd-5660ec88ed38
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-23T05:37:14.269Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 839c63bc-ebdf-4fe1-88b4-082f85b1007a 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-04-23T05:37:14.303Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:37:14.304Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:37:14.304Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:37:14.304Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 71709b9b-3903-4a32-99f1-6c878d32fa4c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-23T05:37:14.304Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:37:14.304Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-23T05:37:15.660Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:37:15.663Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 71709b9b-3903-4a32-99f1-6c878d32fa4c 82055
2021-04-23T05:37:15.663Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-23T05:37:15.663Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-23T05:37:15.663Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:37:15.663Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:15.665Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:15.665Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156235663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:15.765Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:15.766Z||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-04-23T05:37:15.766Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:15.774Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:15.775Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:16.665Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:37:16.666Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:37:16.667Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 71709b9b-3903-4a32-99f1-6c878d32fa4c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T05:37:16.667Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-23T05:37:16.667Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T05:37:16.667Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T05:37:16.811Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1983211541958730130/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-23T05:37:17.988Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:37:17.988Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:37:17.988Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T05:37:17.989Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-23T05:37:17.989Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:17.989Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:17.990Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:17.990Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T05:37:17.990Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:17.990Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T05:37:17.990Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T05:37:17.990Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T05:37:17.990Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T05:37:17.990Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:17.991Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:37:17.991Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.991Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:17.991Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T05:37:17.992Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:37:17.992Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:37:17.993Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.993Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:17.993Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T05:37:17.993Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:37:17.993Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:37:17.993Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.994Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:17.994Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.994Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-23T05:37:17.994Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-23T05:37:17.995Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-23T05:37:17.995Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-23T05:37:17.995Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-23T05:37:17.995Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T05:37:17.995Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.995Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:37:17.995Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.995Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T05:37:17.996Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:37:17.996Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.996Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T05:37:17.996Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:37:17.996Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.996Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T05:37:17.997Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:37:17.997Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.997Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-23T05:37:17.997Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-23T05:37:17.997Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-23T05:37:17.997Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b380a412-4f88-4402-a090-3c15f7c0ddf5
2021-04-23T05:37:17.997Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.998Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:17.998Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.998Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:17.998Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.998Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:17.998Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:17.998Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:17.998Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:839c63bc-ebdf-4fe1-88b4-082f85b1007a
Model Version:NULL
Model InvariantUuid:3d40465f-8663-4fc9-aeb0-fb4377d3be43
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:495cfc66-ee9d-4350-a223-c8f7bbe39cb3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c283d286-ffa2-40df-8919-7e2b8b02f8da
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a2bdfce6-0296-4b95-94e8-eed4531d0449
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fb039fcb-7eae-40da-8ac0-6f5030d5a6ad
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:52ffe333-9dbb-4629-ba72-64dc349d2c55
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b380a412-4f88-4402-a090-3c15f7c0ddf5
ModelInvariantUuid:e3fa3e08-15c5-48e0-a579-3799bfbb7fd7
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:eec2b981-ca3a-4efb-990b-c8284b97da3c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:61b92705-2782-473f-9d40-03ef3c781977
ModelInvariantUuid:0e4dee55-3e2f-48db-96e7-4456a1e000cc
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:c1d02663-d2aa-4829-ad60-5f29444e17d2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-23T05:37:18.004Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 26364d09-2e9c-43a0-a0a9-bf32d18f59a3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:37:18.006Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2021-04-23T05:37:18.007Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 26364d09-2e9c-43a0-a0a9-bf32d18f59a3
2021-04-23T05:37:18.007Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5e4337fb-116a-47a3-909d-a2ef166cba18 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-23T05:37:18.007Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:37:18.007Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:18.762Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:37:18.763Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5e4337fb-116a-47a3-909d-a2ef166cba18 792
2021-04-23T05:37:18.763Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:18.763Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:18.763Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:37:18.764Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:18.766Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:18.766Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156238763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:18.866Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:18.867Z||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-04-23T05:37:18.867Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:18.876Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:18.877Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:19.766Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fb039fcb-7eae-40da-8ac0-6f5030d5a6ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "52ffe333-9dbb-4629-ba72-64dc349d2c55",
    "vfModuleModelCustomizationUUID": "f859a32b-d974-423f-9b18-6287eb3ec55b",
    "isBase": true,
    "artifacts": [
      "1cf3a58f-6358-48c3-9527-9188d0c7e672",
      "dfdb7026-3a07-4d62-8edd-5660ec88ed38"
    ],
    "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-04-23T05:37:19.769Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:52ffe333-9dbb-4629-ba72-64dc349d2c55
VfModuleModelInvariantUUID:fb039fcb-7eae-40da-8ac0-6f5030d5a6ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
1cf3a58f-6358-48c3-9527-9188d0c7e672
,
dfdb7026-3a07-4d62-8edd-5660ec88ed38

}
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-04-23T05:37:19.771Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fb039fcb-7eae-40da-8ac0-6f5030d5a6ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "52ffe333-9dbb-4629-ba72-64dc349d2c55",
    "vfModuleModelCustomizationUUID": "f859a32b-d974-423f-9b18-6287eb3ec55b",
    "isBase": true,
    "artifacts": [
      "1cf3a58f-6358-48c3-9527-9188d0c7e672",
      "dfdb7026-3a07-4d62-8edd-5660ec88ed38"
    ],
    "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-04-23T05:37:19.771Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:52ffe333-9dbb-4629-ba72-64dc349d2c55
VfModuleModelInvariantUUID:fb039fcb-7eae-40da-8ac0-6f5030d5a6ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
1cf3a58f-6358-48c3-9527-9188d0c7e672
,
dfdb7026-3a07-4d62-8edd-5660ec88ed38

}
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-04-23T05:37:19.771Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1cf3a58f-6358-48c3-9527-9188d0c7e672 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-23T05:37:19.772Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:37:19.772Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:20.161Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:37:20.161Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1cf3a58f-6358-48c3-9527-9188d0c7e672 5033
2021-04-23T05:37:20.161Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:20.162Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:20.162Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:37:20.162Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:20.165Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:20.165Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156240161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:20.264Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:37:20.265Z||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-04-23T05:37:20.265Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:20.273Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:20.273Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:21.165Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dfdb7026-3a07-4d62-8edd-5660ec88ed38 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-23T05:37:21.166Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:37:21.166Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:21.430Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:37:21.430Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env dfdb7026-3a07-4d62-8edd-5660ec88ed38 903
2021-04-23T05:37:21.431Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:21.431Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:21.431Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:37:21.431Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:21.434Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:21.434Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156241430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:21.534Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:21.535Z||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-04-23T05:37:21.535Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:21.548Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:21.548Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:22.434Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 839c63bc-ebdf-4fe1-88b4-082f85b1007a
2021-04-23T05:37:22.435Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 26364d09-2e9c-43a0-a0a9-bf32d18f59a3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:37:22.445Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.445Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:22.445Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-23T05:37:22.445Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a2bdfce6-0296-4b95-94e8-eed4531d0449
2021-04-23T05:37:22.446Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2bdfce6-0296-4b95-94e8-eed4531d0449 matches Tosca VF Customization UUID: a2bdfce6-0296-4b95-94e8-eed4531d0449
2021-04-23T05:37:22.446Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a2bdfce6-0296-4b95-94e8-eed4531d0449  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-23T05:37:22.447Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.447Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:22.447Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a2bdfce6-0296-4b95-94e8-eed4531d0449: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-23T05:37:22.447Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@428a103d
2021-04-23T05:37:22.448Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.448Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:37:22.448Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f859a32b-d974-423f-9b18-6287eb3ec55b
2021-04-23T05:37:22.448Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f859a32b-d974-423f-9b18-6287eb3ec55b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-23T05:37:22.450Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.450Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T05:37:22.450Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:37:22.450Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.450Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T05:37:22.451Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:37:22.451Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.451Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-23T05:37:22.451Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-23T05:37:22.451Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-23T05:37:22.451Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b380a412-4f88-4402-a090-3c15f7c0ddf5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-23T05:37:22.452Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.453Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T05:37:22.453Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:37:22.453Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.453Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T05:37:22.453Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a2bdfce6-0296-4b95-94e8-eed4531d0449
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:37:22.454Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.454Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:22.455Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 839c63bc-ebdf-4fe1-88b4-082f85b1007a: basic_vm_macro
2021-04-23T05:37:22.455Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.455Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:22.455Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.455Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:22.455Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.455Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:22.456Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.456Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:22.456Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:37:22.456Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:37:22.456Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T05:37:22.525Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 26364d09-2e9c-43a0-a0a9-bf32d18f59a3 1 ASDC deployResourceStructure
2021-04-23T05:37:22.525Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:22.525Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:22.525Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:37:22.525Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:22.527Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:22.527Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156242525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:37:22.627Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:22.628Z||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-04-23T05:37:22.628Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:22.640Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:22.640Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:23.527Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:23.528Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:23.528Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:37:23.528Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:23.530Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:23.530Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156243527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:37:23.630Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:23.631Z||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-04-23T05:37:23.631Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:23.640Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:23.641Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:24.531Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:24.532Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||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-04-23T05:37:24.532Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:37:24.532Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:24.534Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:24.534Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156244531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-23T05:37:24.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:37:24.553Z||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-04-23T05:37:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:24.568Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:24.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156161610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "cds",
  "timestamp": 1619156160546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156161610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "cds",
  "timestamp": 1619156160546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "clamp",
  "timestamp": 1619156168352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156161610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "cds",
  "timestamp": 1619156160546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "dcae-sch",
  "timestamp": 1619156168724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156168871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "clamp",
  "timestamp": 1619156168352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156161610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "cds",
  "timestamp": 1619156160546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156170131,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:37:24.578Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "dcae-sch",
  "timestamp": 1619156168724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156168871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "clamp",
  "timestamp": 1619156168352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156161610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "cds",
  "timestamp": 1619156160546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156170655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "dcae-sch",
  "timestamp": 1619156168724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156168871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "clamp",
  "timestamp": 1619156168352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156161610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "cds",
  "timestamp": 1619156160546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156170655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "dcae-sch",
  "timestamp": 1619156168724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156168871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156172221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "clamp",
  "timestamp": 1619156168352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156161610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "cds",
  "timestamp": 1619156160546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156170655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "dcae-sch",
  "timestamp": 1619156168724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156168871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156172221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "policy-id",
  "timestamp": 1619156173341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "clamp",
  "timestamp": 1619156168352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156161610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "cds",
  "timestamp": 1619156160546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156170655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "dcae-sch",
  "timestamp": 1619156168724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156168871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156172221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "policy-id",
  "timestamp": 1619156173341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "clamp",
  "timestamp": 1619156168352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156161610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "cds",
  "timestamp": 1619156160546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156170655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "dcae-sch",
  "timestamp": 1619156168724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156168871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156172221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "clamp",
  "timestamp": 1619156168352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "policy-id",
  "timestamp": 1619156173341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156170655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "dcae-sch",
  "timestamp": 1619156168724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156168871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156172221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "clamp",
  "timestamp": 1619156168352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "policy-id",
  "timestamp": 1619156173341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156177266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "cds",
  "timestamp": 1619156177270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156170655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156176684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "dcae-sch",
  "timestamp": 1619156168724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156168871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156172221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "policy-id",
  "timestamp": 1619156173341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619155940588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "cds",
  "timestamp": 1619156178274,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:37:24.597Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e38bfdc-a93c-46c5-89ee-dceac89bb812
2021-04-23T05:37:24.598Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e38bfdc-a93c-46c5-89ee-dceac89bb812 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-04-23T05:37:24.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156170655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156176684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156172221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "policy-id",
  "timestamp": 1619156173341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156179256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156170655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156176684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156179360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156172221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156179961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "policy-id",
  "timestamp": 1619156173341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156176684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156172221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "policy-id",
  "timestamp": 1619156173341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156181258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156176684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156181338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156181542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "policy-id",
  "timestamp": 1619156173341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156182163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156176684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156182452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156182547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156182641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156182775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "clamp",
  "timestamp": 1619156183246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "policy-id",
  "timestamp": 1619156183284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156176684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156183824,
  "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-04-23T05:37:24.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e38bfdc-a93c-46c5-89ee-dceac89bb812
2021-04-23T05:37:24.613Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e38bfdc-a93c-46c5-89ee-dceac89bb812 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-04-23T05:37:24.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156184047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.621Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156184149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156184244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:37:24.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "clamp",
  "timestamp": 1619156184259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:37:24.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156184305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:37:24.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "policy-id",
  "timestamp": 1619156184288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:37:24.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:37:24.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:37:24.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156176684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:24.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:37:24.634Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:24.635Z||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-04-23T05:37:24.635Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:24.644Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:24.645Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:25.535Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-23T05:37:25.535Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-23T05:37:25.535Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:37:25.535Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:25.537Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:25.537Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156245535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:37:25.638Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:25.638Z||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-04-23T05:37:25.638Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:25.646Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:25.647Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:26.538Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 024a3916-45b6-4119-a1d7-00497dd54f8c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:37:26.545Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 024a3916-45b6-4119-a1d7-00497dd54f8c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:37:26.546Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:37:26.546Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T05:37:26.546Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T05:37:26.547Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T05:37:26.547Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:37:26.547Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:37:26.547Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:37:26.547Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:37:26.547Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:37:26.547Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:37:26.547Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T05:37:26.551Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T05:37:56.551Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 024a3916-45b6-4119-a1d7-00497dd54f8c 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-04-23T05:37:56.556Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 024a3916-45b6-4119-a1d7-00497dd54f8c and serviceModelVersionId: 839c63bc-ebdf-4fe1-88b4-082f85b1007a
2021-04-23T05:37:56.556Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d40465f-8663-4fc9-aeb0-fb4377d3be43
2021-04-23T05:37:56.557Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d40465f-8663-4fc9-aeb0-fb4377d3be43/model-vers/model-ver/839c63bc-ebdf-4fe1-88b4-082f85b1007a?depth=0
2021-04-23T05:37:56.562Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T05:37:56.592Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d40465f-8663-4fc9-aeb0-fb4377d3be43/model-vers/model-ver/839c63bc-ebdf-4fe1-88b4-082f85b1007a?depth=0|INFO|500||Invoke
2021-04-23T05:37:56.592Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d40465f-8663-4fc9-aeb0-fb4377d3be43/model-vers/model-ver/839c63bc-ebdf-4fe1-88b4-082f85b1007a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d40465f-8663-4fc9-aeb0-fb4377d3be43/model-vers/model-ver/839c63bc-ebdf-4fe1-88b4-082f85b1007a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[024a3916-45b6-4119-a1d7-00497dd54f8c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a23f1bf-fddf-4b75-b1a8-4840b4bd5d89], X-ECOMP-RequestID=[024a3916-45b6-4119-a1d7-00497dd54f8c], X-TransactionId=[], X-ONAP-RequestID=[024a3916-45b6-4119-a1d7-00497dd54f8c], Content-Type=[application/merge-patch+json]}
2021-04-23T05:37:56.620Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d40465f-8663-4fc9-aeb0-fb4377d3be43/model-vers/model-ver/839c63bc-ebdf-4fe1-88b4-082f85b1007a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T05:37:56.968Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d40465f-8663-4fc9-aeb0-fb4377d3be43/model-vers/model-ver/839c63bc-ebdf-4fe1-88b4-082f85b1007a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d40465f-8663-4fc9-aeb0-fb4377d3be43/model-vers/model-ver/839c63bc-ebdf-4fe1-88b4-082f85b1007a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210423-05:37:56:627-62653], vertex-id=[204864], Content-Length=[0], Date=[Fri, 23 Apr 2021 05:37:56 GMT], Content-Type=[application/json]}
2021-04-23T05:37:56.969Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d40465f-8663-4fc9-aeb0-fb4377d3be43/model-vers/model-ver/839c63bc-ebdf-4fe1-88b4-082f85b1007a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-23T05:37:56.969Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d40465f-8663-4fc9-aeb0-fb4377d3be43/model-vers/model-ver/839c63bc-ebdf-4fe1-88b4-082f85b1007a?depth=0|INFO|500||InvokeReturn
2021-04-23T05:37:56.969Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T05:37:56.969Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:37:56.977Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T05:37:56.977Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 024a3916-45b6-4119-a1d7-00497dd54f8c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T05:37:56.977Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T05:37:56.978Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:56.979Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:56.979Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156276977,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:37:57.079Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:57.080Z||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-04-23T05:37:57.080Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:57.092Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:57.093Z||pool-84-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-04-23T05:37:57.993Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-23T05:37:57.993Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e38bfdc-a93c-46c5-89ee-dceac89bb812","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"677551a0-1ed5-4c61-adf1-3f209266ed4e","serviceDescription":"service","serviceInvariantUUID":"c1d43c4a-f70d-4bb0-a6f4-849e9ad31043","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6747242d-cd91-44a7-ab62-4caf6b84cb96","resourceInvariantUUID":"ec68b512-b002-439d-904b-0408609b593b","resourceCustomizationUUID":"d904cc22-6cb9-472c-9fe9-ca981ba22ba3","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":"MjI2MzFiYWJiZjNlYzBjMjE5YjY0ODJhMzI2NjNlNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a69c0ecc-675f-41d9-8dc2-ee45887ab0c1","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":"202498b5-4868-491d-8301-6d61d717c68d","artifactVersion":"2","generatedFromUUID":"4f6f05ee-1c50-4372-9537-9759b2551ccb"},{"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":"4f6f05ee-1c50-4372-9537-9759b2551ccb","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":"N2IzYTgwMmU2MWExN2Q1Mjg2NmY1YTlkNjEyNTk0NDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dfa967bf-11f9-4503-91a0-e62d7fbe7d93","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":"9f1165e3-b259-4b6c-bd8f-14588a814b84","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":"562da8b3-ba75-454a-80cd-529baa30585d","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":"007ae784-9597-40b2-b743-f5b66ee29c55","artifactVersion":"2","generatedFromUUID":"9f1165e3-b259-4b6c-bd8f-14588a814b84"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzRlY2VkYjU3MTE0MzgyYzlmZGI1YWUzZDVjNTg0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2a99233-da41-48e0-bfb8-eb820f078637","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTUzOTM5ZGJkNTBmY2Q1MDA5ZWQ2YThlYzJjN2Q2ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e9cc8e4-a12c-4910-aaec-7809fd712cd4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:37:57.993Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:37:57.994Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:57.996Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:57.996Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:37:58.096Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:58.097Z||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-04-23T05:37:58.097Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:58.106Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:58.107Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:37:58.996Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:37:58.997Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:37:58.999Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:37:59.000Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-23T05:37:59.100Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:37:59.101Z||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-04-23T05:37:59.101Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:37:59.110Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:37:59.111Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:00.000Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:38:00.001Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:00.002Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:00.002Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-23T05:38:00.103Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T05:38:00.104Z||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-04-23T05:38:00.104Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:00.113Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:00.114Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:01.003Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:38:01.003Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:01.004Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:01.005Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:38:01.105Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:01.106Z||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-04-23T05:38:01.106Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:01.114Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:01.115Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:02.005Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:38:02.006Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:02.008Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:02.008Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:38:02.108Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:02.109Z||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-04-23T05:38:02.109Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:02.118Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:02.118Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:03.008Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:38:03.009Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:03.011Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:03.011Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:38:03.111Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:03.112Z||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-04-23T05:38:03.112Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:03.122Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:03.123Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:04.012Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:38:04.012Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:04.014Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:04.014Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-23T05:38:04.115Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T05:38:04.116Z||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-04-23T05:38:04.116Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:04.125Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:04.126Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:05.014Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:38:05.015Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:05.017Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:05.017Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:38:05.117Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:05.118Z||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-04-23T05:38:05.119Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:05.128Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:05.128Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:06.018Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:38:06.019Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:06.021Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:06.021Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:38:06.121Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:06.123Z||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-04-23T05:38:06.123Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:06.131Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:06.132Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:07.023Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "677551a0-1ed5-4c61-adf1-3f209266ed4e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1d43c4a-f70d-4bb0-a6f4-849e9ad31043",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d904cc22-6cb9-472c-9fe9-ca981ba22ba3",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6747242d-cd91-44a7-ab62-4caf6b84cb96",
      "resourceInvariantUUID": "ec68b512-b002-439d-904b-0408609b593b",
      "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": "202498b5-4868-491d-8301-6d61d717c68d",
          "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": "4f6f05ee-1c50-4372-9537-9759b2551ccb",
          "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": "N2IzYTgwMmU2MWExN2Q1Mjg2NmY1YTlkNjEyNTk0NDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dfa967bf-11f9-4503-91a0-e62d7fbe7d93",
          "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": "9f1165e3-b259-4b6c-bd8f-14588a814b84",
          "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": "007ae784-9597-40b2-b743-f5b66ee29c55",
            "generatedFromUUID": "9f1165e3-b259-4b6c-bd8f-14588a814b84"
          },
          "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": "007ae784-9597-40b2-b743-f5b66ee29c55",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTUzOTM5ZGJkNTBmY2Q1MDA5ZWQ2YThlYzJjN2Q2ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e9cc8e4-a12c-4910-aaec-7809fd712cd4"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T05:38:07.023Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:38:07.023Z|024a3916-45b6-4119-a1d7-00497dd54f8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 677551a0-1ed5-4c61-adf1-3f209266ed4e ASDC
2021-04-23T05:38:07.024Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1e38bfdc-a93c-46c5-89ee-dceac89bb812
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:677551a0-1ed5-4c61-adf1-3f209266ed4e
ServiceInvariantUUID:c1d43c4a-f70d-4bb0-a6f4-849e9ad31043
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:3e9cc8e4-a12c-4910-aaec-7809fd712cd4
ArtifactChecksum:MTUzOTM5ZGJkNTBmY2Q1MDA5ZWQ2YThlYzJjN2Q2ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d904cc22-6cb9-472c-9fe9-ca981ba22ba3
ResourceInvariantUUID:ec68b512-b002-439d-904b-0408609b593b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6747242d-cd91-44a7-ab62-4caf6b84cb96
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:202498b5-4868-491d-8301-6d61d717c68d
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:4f6f05ee-1c50-4372-9537-9759b2551ccb
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:dfa967bf-11f9-4503-91a0-e62d7fbe7d93
ArtifactChecksum:N2IzYTgwMmU2MWExN2Q1Mjg2NmY1YTlkNjEyNTk0NDM=
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:9f1165e3-b259-4b6c-bd8f-14588a814b84
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:007ae784-9597-40b2-b743-f5b66ee29c55
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:007ae784-9597-40b2-b743-f5b66ee29c55
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-23T05:38:07.024Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 677551a0-1ed5-4c61-adf1-3f209266ed4e 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-04-23T05:38:07.062Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:38:07.063Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:38:07.064Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:38:07.064Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3e9cc8e4-a12c-4910-aaec-7809fd712cd4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-23T05:38:07.064Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:38:07.064Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-23T05:38:07.560Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:38:07.564Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3e9cc8e4-a12c-4910-aaec-7809fd712cd4 71170
2021-04-23T05:38:07.565Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-23T05:38:07.565Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-23T05:38:07.565Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:38:07.566Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:07.567Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:07.567Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156287565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:38:07.668Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T05:38:07.669Z||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-04-23T05:38:07.669Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:07.678Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:07.678Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:08.568Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:38:08.569Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:38:08.569Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3e9cc8e4-a12c-4910-aaec-7809fd712cd4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-23T05:38:08.569Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-23T05:38:08.570Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-23T05:38:08.570Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-23T05:38:08.713Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13136397429720041807/Definitions/service-BasicCnf-template.yml
2021-04-23T05:38:09.902Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:38:09.902Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:38:09.903Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-23T05:38:09.903Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-23T05:38:09.903Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:09.903Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:09.903Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-23T05:38:09.903Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-23T05:38:09.903Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:09.903Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:38:09.903Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.904Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:09.904Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T05:38:09.904Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:38:09.904Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:38:09.905Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.905Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:09.905Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T05:38:09.905Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:38:09.905Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:38:09.905Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.905Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:09.906Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.906Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-23T05:38:09.906Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-23T05:38:09.906Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-23T05:38:09.906Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T05:38:09.906Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.906Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:38:09.907Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.907Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T05:38:09.907Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:38:09.907Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.907Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T05:38:09.908Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:38:09.908Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.908Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T05:38:09.908Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:38:09.908Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.908Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-23T05:38:09.909Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-23T05:38:09.909Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b2ad3296-8083-48f7-8422-3463b783cbf7
2021-04-23T05:38:09.909Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.909Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:09.909Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.909Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:09.909Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.910Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:09.910Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:09.910Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:09.910Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:677551a0-1ed5-4c61-adf1-3f209266ed4e
Model Version:NULL
Model InvariantUuid:c1d43c4a-f70d-4bb0-a6f4-849e9ad31043
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2b155c55-645f-48ee-b534-114c40b71cc6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ec68b512-b002-439d-904b-0408609b593b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d904cc22-6cb9-472c-9fe9-ca981ba22ba3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ac1e3264-6685-4d50-b95e-6c6dac41b67f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:8e6518f2-5bc4-465c-a5c9-3b43b65f3920
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b2ad3296-8083-48f7-8422-3463b783cbf7
ModelInvariantUuid:25b908c4-fa9e-4b54-9105-ccb9e7aed9ff
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:55ef4aa8-75ef-4487-ad81-55570b095aa9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1a056355-fbaa-472d-b494-e82917949a9a
ModelInvariantUuid:a69a484c-e6f6-478c-9ee9-432fbc995e34
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:c8b7e9a2-99b8-4e70-9e88-3cbb723d863b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-23T05:38:09.916Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 6747242d-cd91-44a7-ab62-4caf6b84cb96
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:38:09.918Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||basic_cnf 0
2021-04-23T05:38:09.918Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6747242d-cd91-44a7-ab62-4caf6b84cb96
2021-04-23T05:38:09.918Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 202498b5-4868-491d-8301-6d61d717c68d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-23T05:38:09.918Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:38:09.919Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:10.070Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:38:10.071Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 202498b5-4868-491d-8301-6d61d717c68d 12
2021-04-23T05:38:10.071Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:10.071Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:10.071Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:38:10.072Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:10.074Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:10.074Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156290071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:38:10.174Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:10.175Z||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-04-23T05:38:10.175Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:10.190Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:10.191Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:11.075Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4f6f05ee-1c50-4372-9537-9759b2551ccb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-23T05:38:11.075Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:38:11.076Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:11.288Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:38:11.289Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4f6f05ee-1c50-4372-9537-9759b2551ccb 2688
2021-04-23T05:38:11.289Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:11.289Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:11.289Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:38:11.289Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:11.291Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:11.291Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156291289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:38:11.391Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:11.392Z||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-04-23T05:38:11.392Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:11.400Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:11.401Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:12.292Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dfa967bf-11f9-4503-91a0-e62d7fbe7d93 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-23T05:38:12.292Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:38:12.292Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:12.690Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:38:12.691Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json dfa967bf-11f9-4503-91a0-e62d7fbe7d93 828
2021-04-23T05:38:12.691Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:12.691Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:12.691Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:38:12.691Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:12.693Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:12.693Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156292691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:38:12.793Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:12.794Z||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-04-23T05:38:12.794Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:12.803Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:12.803Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:13.694Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ac1e3264-6685-4d50-b95e-6c6dac41b67f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8e6518f2-5bc4-465c-a5c9-3b43b65f3920",
    "vfModuleModelCustomizationUUID": "15709e80-e9ec-4358-a065-f6d9995ae42c",
    "isBase": true,
    "artifacts": [
      "9f1165e3-b259-4b6c-bd8f-14588a814b84",
      "4f6f05ee-1c50-4372-9537-9759b2551ccb",
      "007ae784-9597-40b2-b743-f5b66ee29c55"
    ],
    "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-04-23T05:38:13.697Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e6518f2-5bc4-465c-a5c9-3b43b65f3920
VfModuleModelInvariantUUID:ac1e3264-6685-4d50-b95e-6c6dac41b67f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f1165e3-b259-4b6c-bd8f-14588a814b84
,
4f6f05ee-1c50-4372-9537-9759b2551ccb
,
007ae784-9597-40b2-b743-f5b66ee29c55

}
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-04-23T05:38:13.699Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ac1e3264-6685-4d50-b95e-6c6dac41b67f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8e6518f2-5bc4-465c-a5c9-3b43b65f3920",
    "vfModuleModelCustomizationUUID": "15709e80-e9ec-4358-a065-f6d9995ae42c",
    "isBase": true,
    "artifacts": [
      "9f1165e3-b259-4b6c-bd8f-14588a814b84",
      "4f6f05ee-1c50-4372-9537-9759b2551ccb",
      "007ae784-9597-40b2-b743-f5b66ee29c55"
    ],
    "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-04-23T05:38:13.700Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e6518f2-5bc4-465c-a5c9-3b43b65f3920
VfModuleModelInvariantUUID:ac1e3264-6685-4d50-b95e-6c6dac41b67f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f1165e3-b259-4b6c-bd8f-14588a814b84
,
4f6f05ee-1c50-4372-9537-9759b2551ccb
,
007ae784-9597-40b2-b743-f5b66ee29c55

}
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-04-23T05:38:13.700Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9f1165e3-b259-4b6c-bd8f-14588a814b84 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-23T05:38:13.700Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:38:13.700Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:14.078Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:38:14.079Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9f1165e3-b259-4b6c-bd8f-14588a814b84 1164
2021-04-23T05:38:14.079Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:14.079Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:14.079Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:38:14.080Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:14.081Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:14.082Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156294079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:38:14.182Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:14.182Z||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-04-23T05:38:14.182Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:14.191Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:14.192Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:15.082Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 007ae784-9597-40b2-b743-f5b66ee29c55 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-23T05:38:15.083Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:38:15.083Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:16.170Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:38:16.171Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 007ae784-9597-40b2-b743-f5b66ee29c55 200
2021-04-23T05:38:16.171Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:16.171Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:16.171Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:38:16.171Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:16.173Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:16.173Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156296171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:38:16.273Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:16.274Z||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-04-23T05:38:16.274Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:16.284Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:16.285Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:17.173Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 677551a0-1ed5-4c61-adf1-3f209266ed4e
2021-04-23T05:38:17.174Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6747242d-cd91-44a7-ab62-4caf6b84cb96 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-04-23T05:38:17.187Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:38:17.196Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.196Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:17.197Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-23T05:38:17.197Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d904cc22-6cb9-472c-9fe9-ca981ba22ba3
2021-04-23T05:38:17.197Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d904cc22-6cb9-472c-9fe9-ca981ba22ba3 matches Tosca VF Customization UUID: d904cc22-6cb9-472c-9fe9-ca981ba22ba3
2021-04-23T05:38:17.197Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d904cc22-6cb9-472c-9fe9-ca981ba22ba3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-23T05:38:17.200Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.200Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:17.200Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d904cc22-6cb9-472c-9fe9-ca981ba22ba3: {\"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-04-23T05:38:17.200Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5786a870
2021-04-23T05:38:17.200Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.200Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:38:17.201Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 15709e80-e9ec-4358-a065-f6d9995ae42c
2021-04-23T05:38:17.201Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 15709e80-e9ec-4358-a065-f6d9995ae42c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-23T05:38:17.207Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.208Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T05:38:17.208Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:38:17.208Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.208Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T05:38:17.208Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:38:17.208Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.208Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-23T05:38:17.209Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-23T05:38:17.209Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b2ad3296-8083-48f7-8422-3463b783cbf7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-23T05:38:17.210Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.211Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T05:38:17.211Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:38:17.211Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.211Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T05:38:17.211Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d904cc22-6cb9-472c-9fe9-ca981ba22ba3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:38:17.213Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.213Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:17.213Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 677551a0-1ed5-4c61-adf1-3f209266ed4e: basic_cnf
2021-04-23T05:38:17.213Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.213Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:17.214Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.214Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:17.214Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.214Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:17.214Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.214Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:17.214Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:38:17.214Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:38:17.214Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T05:38:17.278Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6747242d-cd91-44a7-ab62-4caf6b84cb96 1 ASDC deployResourceStructure
2021-04-23T05:38:17.279Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:17.279Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:17.279Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-23T05:38:17.279Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:17.280Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:17.280Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156297278,
  "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-04-23T05:38:17.381Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T05:38:17.382Z||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-04-23T05:38:17.382Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:17.391Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:17.392Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:38:18.281Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:18.282Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:18.283Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-23T05:38:18.283Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:18.285Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:18.286Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156298281,
  "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-04-23T05:38:18.385Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:38:18.386Z||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-04-23T05:38:18.386Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:18.395Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:18.395Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:19.287Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:19.287Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:19.287Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:38:19.287Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:19.289Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:19.289Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156299286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:38:19.389Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:19.390Z||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-04-23T05:38:19.390Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:19.399Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:19.399Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:20.290Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:20.290Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:20.290Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:38:20.291Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:20.292Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:20.292Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156300290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:38:20.393Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T05:38:20.394Z||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-04-23T05:38:20.394Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:20.403Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:20.403Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:38:21.294Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:21.294Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||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-04-23T05:38:21.294Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:38:21.294Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:21.296Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:21.296Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156301294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-23T05:38:21.397Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:21.398Z||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-04-23T05:38:21.398Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:21.408Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:21.408Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:22.297Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-23T05:38:22.298Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-23T05:38:22.298Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:38:22.298Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:38:22.300Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:38:22.300Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156302297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:38:22.400Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:38:22.401Z||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-04-23T05:38:22.401Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:22.410Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:22.410Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:38:23.301Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e38bfdc-a93c-46c5-89ee-dceac89bb812
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:38:23.309Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e38bfdc-a93c-46c5-89ee-dceac89bb812
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:38:23.311Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:38:23.311Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:38:23.311Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:38:24.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:38:24.553Z||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-04-23T05:38:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:38:24.568Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:38:24.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:38:24.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156184826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:38:24.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:38:53.311Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e38bfdc-a93c-46c5-89ee-dceac89bb812
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:38:53.321Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e38bfdc-a93c-46c5-89ee-dceac89bb812
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:38:53.323Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:38:53.324Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:38:53.324Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:39:23.324Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e38bfdc-a93c-46c5-89ee-dceac89bb812
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:39:23.334Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e38bfdc-a93c-46c5-89ee-dceac89bb812
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:39:23.337Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:39:23.337Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:39:23.337Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:39:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:39:24.553Z||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-04-23T05:39:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:39:24.576Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:39:24.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156185050,
  "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-04-23T05:39:24.585Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e38bfdc-a93c-46c5-89ee-dceac89bb812
2021-04-23T05:39:24.585Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e38bfdc-a93c-46c5-89ee-dceac89bb812 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-04-23T05:39:24.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "clamp",
  "timestamp": 1619156185262,
  "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-04-23T05:39:24.599Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e38bfdc-a93c-46c5-89ee-dceac89bb812
2021-04-23T05:39:24.599Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e38bfdc-a93c-46c5-89ee-dceac89bb812 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-04-23T05:39:24.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "policy-id",
  "timestamp": 1619156185291,
  "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-04-23T05:39:24.613Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e38bfdc-a93c-46c5-89ee-dceac89bb812
2021-04-23T05:39:24.613Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e38bfdc-a93c-46c5-89ee-dceac89bb812 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-04-23T05:39:24.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156185308,
  "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-04-23T05:39:24.625Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e38bfdc-a93c-46c5-89ee-dceac89bb812
2021-04-23T05:39:24.625Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e38bfdc-a93c-46c5-89ee-dceac89bb812 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-04-23T05:39:24.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156176684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156185545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:39:24.633Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156185640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156186053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "aai-ml",
  "timestamp": 1619156185767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156186644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156186646,
  "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-04-23T05:39:24.640Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e38bfdc-a93c-46c5-89ee-dceac89bb812
2021-04-23T05:39:24.640Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e38bfdc-a93c-46c5-89ee-dceac89bb812 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-04-23T05:39:24.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "aai-ml",
  "timestamp": 1619156185767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156187650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156187647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "aai-ml",
  "timestamp": 1619156185767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156188652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "aai-ml",
  "timestamp": 1619156185767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156189655,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "aai-ml",
  "timestamp": 1619156185767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "aai-ml",
  "timestamp": 1619156185767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "aai-ml",
  "timestamp": 1619156185767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "aai-ml",
  "timestamp": 1619156185767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "aai-ml",
  "timestamp": 1619156185767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "aai-ml",
  "timestamp": 1619156196769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "aai-ml",
  "timestamp": 1619156202069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:39:24.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "aai-ml",
  "timestamp": 1619156203072,
  "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-04-23T05:39:24.655Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e38bfdc-a93c-46c5-89ee-dceac89bb812
2021-04-23T05:39:24.655Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e38bfdc-a93c-46c5-89ee-dceac89bb812 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-04-23T05:39:24.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4191b223-4431-41f7-9ef5-df3840a6b30a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156220944,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:39:24.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:39:24.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:39:24.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T05:39:24.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:39:24.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156235663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156238763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156240161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156241430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156242525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:24.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:39:24.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156243527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:39:24.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:39:53.337Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e38bfdc-a93c-46c5-89ee-dceac89bb812
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:39:53.349Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e38bfdc-a93c-46c5-89ee-dceac89bb812
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:39:53.352Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:39:53.352Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T05:39:53.352Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T05:39:53.353Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T05:39:53.353Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:39:53.353Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:39:53.353Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:39:53.353Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:39:53.353Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:39:53.353Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:39:53.354Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T05:39:53.359Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T05:40:23.359Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e38bfdc-a93c-46c5-89ee-dceac89bb812 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-04-23T05:40:23.364Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e38bfdc-a93c-46c5-89ee-dceac89bb812 and serviceModelVersionId: 677551a0-1ed5-4c61-adf1-3f209266ed4e
2021-04-23T05:40:23.364Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1d43c4a-f70d-4bb0-a6f4-849e9ad31043
2021-04-23T05:40:23.365Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1d43c4a-f70d-4bb0-a6f4-849e9ad31043/model-vers/model-ver/677551a0-1ed5-4c61-adf1-3f209266ed4e?depth=0
2021-04-23T05:40:23.370Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T05:40:23.410Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1d43c4a-f70d-4bb0-a6f4-849e9ad31043/model-vers/model-ver/677551a0-1ed5-4c61-adf1-3f209266ed4e?depth=0|INFO|500||Invoke
2021-04-23T05:40:23.410Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1d43c4a-f70d-4bb0-a6f4-849e9ad31043/model-vers/model-ver/677551a0-1ed5-4c61-adf1-3f209266ed4e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1d43c4a-f70d-4bb0-a6f4-849e9ad31043/model-vers/model-ver/677551a0-1ed5-4c61-adf1-3f209266ed4e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1e38bfdc-a93c-46c5-89ee-dceac89bb812], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc42e667-e7a7-4997-9d41-518439ac9409], X-ECOMP-RequestID=[1e38bfdc-a93c-46c5-89ee-dceac89bb812], X-TransactionId=[], X-ONAP-RequestID=[1e38bfdc-a93c-46c5-89ee-dceac89bb812], Content-Type=[application/merge-patch+json]}
2021-04-23T05:40:23.432Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1d43c4a-f70d-4bb0-a6f4-849e9ad31043/model-vers/model-ver/677551a0-1ed5-4c61-adf1-3f209266ed4e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T05:40:23.658Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1d43c4a-f70d-4bb0-a6f4-849e9ad31043/model-vers/model-ver/677551a0-1ed5-4c61-adf1-3f209266ed4e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1d43c4a-f70d-4bb0-a6f4-849e9ad31043/model-vers/model-ver/677551a0-1ed5-4c61-adf1-3f209266ed4e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210423-05:40:23:440-30128], vertex-id=[221248], Content-Length=[0], Date=[Fri, 23 Apr 2021 05:40:23 GMT], Content-Type=[application/json]}
2021-04-23T05:40:23.659Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1d43c4a-f70d-4bb0-a6f4-849e9ad31043/model-vers/model-ver/677551a0-1ed5-4c61-adf1-3f209266ed4e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-23T05:40:23.659Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1d43c4a-f70d-4bb0-a6f4-849e9ad31043/model-vers/model-ver/677551a0-1ed5-4c61-adf1-3f209266ed4e?depth=0|INFO|500||InvokeReturn
2021-04-23T05:40:23.660Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T05:40:23.660Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:40:23.663Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T05:40:23.663Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e38bfdc-a93c-46c5-89ee-dceac89bb812 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T05:40:23.663Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T05:40:23.664Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:40:23.667Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:40:23.667Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156423663,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:40:23.767Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:40:23.768Z||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-04-23T05:40:23.768Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:23.781Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:23.782Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:40:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:40:24.553Z||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-04-23T05:40:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:24.573Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:24.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156244531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-23T05:40:24.575Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156245535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:40:24.575Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024a3916-45b6-4119-a1d7-00497dd54f8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156276977,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:40:24.576Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:40:24.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:40:24.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-23T05:40:24.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:40:24.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-23T05:40:24.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:40:24.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T05:40:24.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:40:24.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:40:24.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:40:24.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:40:24.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:40:24.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-23T05:40:24.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:40:24.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:40:24.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:40:24.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156221955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:40:24.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:40:24.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156287565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:40:24.579Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156290071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:40:24.579Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156291289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:40:24.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156292691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:40:24.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156294079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:40:24.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156296171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:40:24.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156297278,
  "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-04-23T05:40:24.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156298281,
  "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-04-23T05:40:24.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156299286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T05:40:24.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156300290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:40:24.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156301294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-23T05:40:24.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:40:24.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:40:24.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156302297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:40:24.584Z||pool-2-thread-10|||||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-04-23T05:40:24.680Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:40:24.680Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|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-04-23T05:40:24.680Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:28.963Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:28.964Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-23T05:40:28.964Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dac6cb67-f978-4f74-b4c5-9b6f49b0e746","serviceName":"Demo_pNF_bZsTe1JtwGp4zFzBANcX","serviceVersion":"1.0","serviceUUID":"dc1f18f3-c75f-4720-94a5-b577a0ca7044","serviceDescription":"catalog service description","serviceInvariantUUID":"45b61092-111e-48f6-b59a-6d5758a9b91c","resources":[{"resourceInstanceName":"pNF b329cd77-906f 0","resourceName":"pNF b329cd77-906f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7c176047-bc29-4868-bf96-0f9292fc4703","resourceInvariantUUID":"a514d084-5280-461a-9d0f-8a3d7767157c","resourceCustomizationUUID":"60ab5587-4046-4bf6-a636-2a2552541ff5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml","artifactChecksum":"NzNmMzI3MmU3N2UwNjExMTNmN2NjMjc2NWJhOTk4NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8cff70a3-34c3-4077-9633-c3daf75199b2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar","artifactChecksum":"MzM4NmYzNzUwYTUyNTBjOTZkODA3Yzc2NGFmMTVlNmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"140b266e-1e22-4575-a479-6eec58a7241d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b23ccc56-3d62-4b07-9096-0746cb6cd2fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml","artifactChecksum":"NTk3NDAxYzc1YTE3OTU4NWQ2MjUzZWExZTkzNTlkM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e35b2f31-365f-4803-aa1f-a6ed41497f52","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1815b45-0564-4009-a368-ceaeb7eb8ef6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff2c0411-fbcc-4a12-ad5c-907c8cd0fc02","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBzste1jtwgp4zfzbancx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml","artifactChecksum":"ZWJjM2MyYjNhYjM5ZTkxNzk5OTA2NDIxNzVhNGI2NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23506277-9a9f-4ae4-8113-71a86f39c3b2","artifactVersion":"1"},{"artifactName":"service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar","artifactChecksum":"Y2IwNTI5YTQ4YTgzZDQwMGU3ZDRmYjgwZTFhZjBkOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c97971b0-b277-4fc6-97c2-3e4b51008d2b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:40:28.966Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:40:28.966Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:40:28.968Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:40:28.968Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:40:29.069Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:40:29.069Z||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-04-23T05:40:29.069Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:29.078Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:29.078Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:40:29.969Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:40:29.969Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:40:29.972Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:40:29.972Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:40:30.072Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:40:30.072Z||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-04-23T05:40:30.072Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:30.081Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:30.081Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:40:30.972Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:40:30.973Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:40:30.976Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:40:30.976Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:40:31.076Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:40:31.077Z||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-04-23T05:40:31.077Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:31.088Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:31.089Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:40:31.977Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:40:31.978Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:40:31.980Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:40:31.980Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:40:32.080Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:40:32.081Z||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-04-23T05:40:32.081Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:32.090Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:32.091Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:40:32.980Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:40:32.981Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:40:32.983Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:40:32.984Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:40:33.084Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:40:33.084Z||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-04-23T05:40:33.084Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:33.094Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:33.094Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:40:33.984Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:40:33.985Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:40:33.987Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:40:33.987Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:40:34.088Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:40:34.088Z||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-04-23T05:40:34.088Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:34.097Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:34.097Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:40:34.988Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:40:34.990Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:40:34.992Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:40:34.993Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:40:35.093Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:40:35.093Z||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-04-23T05:40:35.093Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:35.102Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:35.103Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:40:35.993Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:40:35.994Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:40:35.995Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:40:35.995Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:40:36.096Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:40:36.096Z||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-04-23T05:40:36.097Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:36.107Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:36.107Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:40:36.996Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "serviceName": "Demo_pNF_bZsTe1JtwGp4zFzBANcX",
  "serviceVersion": "1.0",
  "serviceUUID": "dc1f18f3-c75f-4720-94a5-b577a0ca7044",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "45b61092-111e-48f6-b59a-6d5758a9b91c",
  "resources": [
    {
      "resourceInstanceName": "pNF b329cd77-906f 0",
      "resourceCustomizationUUID": "60ab5587-4046-4bf6-a636-2a2552541ff5",
      "resourceName": "pNF b329cd77-906f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7c176047-bc29-4868-bf96-0f9292fc4703",
      "resourceInvariantUUID": "a514d084-5280-461a-9d0f-8a3d7767157c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
      "artifactChecksum": "Y2IwNTI5YTQ4YTgzZDQwMGU3ZDRmYjgwZTFhZjBkOTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c97971b0-b277-4fc6-97c2-3e4b51008d2b"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T05:40:36.997Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:40:36.997Z|1e38bfdc-a93c-46c5-89ee-dceac89bb812|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dc1f18f3-c75f-4720-94a5-b577a0ca7044 ASDC
2021-04-23T05:40:36.997Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:dac6cb67-f978-4f74-b4c5-9b6f49b0e746
ServiceName:Demo_pNF_bZsTe1JtwGp4zFzBANcX
ServiceVersion:1.0
ServiceUUID:dc1f18f3-c75f-4720-94a5-b577a0ca7044
ServiceInvariantUUID:45b61092-111e-48f6-b59a-6d5758a9b91c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
ArtifactUUID:c97971b0-b277-4fc6-97c2-3e4b51008d2b
ArtifactChecksum:Y2IwNTI5YTQ4YTgzZDQwMGU3ZDRmYjgwZTFhZjBkOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b329cd77-906f 0
ResourceCustomizationUUID:60ab5587-4046-4bf6-a636-2a2552541ff5
ResourceInvariantUUID:a514d084-5280-461a-9d0f-8a3d7767157c
ResourceName:pNF b329cd77-906f
ResourceType:PNF
ResourceUUID:7c176047-bc29-4868-bf96-0f9292fc4703
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-23T05:40:36.998Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc1f18f3-c75f-4720-94a5-b577a0ca7044 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-04-23T05:40:37.025Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:40:37.025Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:40:37.025Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:40:37.025Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c97971b0-b277-4fc6-97c2-3e4b51008d2b from URL: /sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:37.026Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:40:37.026Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:37.664Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:40:37.669Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar c97971b0-b277-4fc6-97c2-3e4b51008d2b 83337
2021-04-23T05:40:37.669Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar ASDC sendASDCNotification
2021-04-23T05:40:37.670Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:37.670Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:40:37.670Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:40:37.672Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:40:37.672Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156437669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:40:37.772Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:40:37.773Z||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-04-23T05:40:37.773Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:37.782Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:37.783Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:40:38.672Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:40:38.673Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:40:38.674Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c97971b0-b277-4fc6-97c2-3e4b51008d2b, URL: /sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar to file: /app/ASDC/1/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:38.674Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:38.675Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:38.675Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:38.770Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15230235494194934064/Definitions/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml
2021-04-23T05:40:39.540Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:40:39.540Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:40:39.541Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:39.541Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-23T05:40:39.541Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:39.541Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:39.541Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:39.541Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b329cd77-906f 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-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:39.541Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:39.541Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:39.541Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b329cd77-906f 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:39.541Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:39.541Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:40:39.542Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:40:39.542Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bZsTe1JtwGp4zFzBANcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:40:39.542Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Node template pNF b329cd77-906f 0 is matching search criteria
2021-04-23T05:40:39.542Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:40:39.542Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b329cd77-906f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:40:39.542Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:40:39.542Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bZsTe1JtwGp4zFzBANcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:40:39.543Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Node template pNF b329cd77-906f 0 is matching search criteria
2021-04-23T05:40:39.543Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:40:39.543Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b329cd77-906f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:40:39.543Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:40:39.543Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bZsTe1JtwGp4zFzBANcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:40:39.543Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:40:39.543Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bZsTe1JtwGp4zFzBANcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:40:39.543Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:40:39.543Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bZsTe1JtwGp4zFzBANcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:40:39.544Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:40:39.544Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bZsTe1JtwGp4zFzBANcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:40:39.544Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:40:39.544Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bZsTe1JtwGp4zFzBANcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:40:39.544Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_bZsTe1JtwGp4zFzBANcX
Description:catalog service description
Model UUID:dc1f18f3-c75f-4720-94a5-b577a0ca7044
Model Version:NULL
Model InvariantUuid:45b61092-111e-48f6-b59a-6d5758a9b91c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-23T05:40:39.550Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7c176047-bc29-4868-bf96-0f9292fc4703
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:40:39.553Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||pNF b329cd77-906f 0
2021-04-23T05:40:39.553Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7c176047-bc29-4868-bf96-0f9292fc4703
2021-04-23T05:40:39.553Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||No resources found for Service: dc1f18f3-c75f-4720-94a5-b577a0ca7044
2021-04-23T05:40:39.553Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: dc1f18f3-c75f-4720-94a5-b577a0ca7044
2021-04-23T05:40:39.553Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b329cd77-906f 0 7c176047-bc29-4868-bf96-0f9292fc4703 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:40:39.557Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:40:39.557Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bZsTe1JtwGp4zFzBANcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:40:39.557Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid dc1f18f3-c75f-4720-94a5-b577a0ca7044: pNF b329cd77-906f
2021-04-23T05:40:39.557Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||Processing PNF resource: 7c176047-bc29-4868-bf96-0f9292fc4703
2021-04-23T05:40:39.557Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:40:39.558Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bZsTe1JtwGp4zFzBANcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:40:39.558Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||Resource customization UUID: 60ab5587-4046-4bf6-a636-2a2552541ff5 is the same as notified resource customizationUUID: 60ab5587-4046-4bf6-a636-2a2552541ff5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-23T05:40:39.587Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b329cd77-906f 7c176047-bc29-4868-bf96-0f9292fc4703 0 ASDC deployResourceStructure
2021-04-23T05:40:39.587Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar ASDC sendASDCNotification
2021-04-23T05:40:39.587Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar
2021-04-23T05:40:39.587Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:40:39.588Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:40:39.589Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:40:39.590Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156439587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:40:39.690Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:40:39.690Z||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-04-23T05:40:39.691Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:40:39.700Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:40:39.700Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:40:40.590Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac6cb67-f978-4f74-b4c5-9b6f49b0e746
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:40:40.599Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac6cb67-f978-4f74-b4c5-9b6f49b0e746
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:40:40.600Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:40:40.600Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:40:40.600Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:41:10.601Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac6cb67-f978-4f74-b4c5-9b6f49b0e746
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:41:10.615Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac6cb67-f978-4f74-b4c5-9b6f49b0e746
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:41:10.618Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:41:10.618Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:41:10.618Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:41:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:41:24.553Z||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-04-23T05:41:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:41:24.582Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:41:24.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "dcae-sch",
  "timestamp": 1619156368724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "cds",
  "timestamp": 1619156370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156370655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "policy-id",
  "timestamp": 1619156373341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156368871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156376684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "dcae-sch",
  "timestamp": 1619156368724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "cds",
  "timestamp": 1619156370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156370655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156368871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "policy-id",
  "timestamp": 1619156373341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156376684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "cds",
  "timestamp": 1619156370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156370655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "policy-id",
  "timestamp": 1619156373341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "dcae-sch",
  "timestamp": 1619156368724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156368871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "clamp",
  "timestamp": 1619156378352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156376684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "cds",
  "timestamp": 1619156370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156370655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "policy-id",
  "timestamp": 1619156373341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "dcae-sch",
  "timestamp": 1619156368724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156368871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "clamp",
  "timestamp": 1619156378352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156376684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "cds",
  "timestamp": 1619156370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156370655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "policy-id",
  "timestamp": 1619156373341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "dcae-sch",
  "timestamp": 1619156368724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156368871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "clamp",
  "timestamp": 1619156378352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156376684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "cds",
  "timestamp": 1619156370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156370655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "policy-id",
  "timestamp": 1619156373341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "dcae-sch",
  "timestamp": 1619156368724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156368871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "clamp",
  "timestamp": 1619156378352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156381610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156376684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "cds",
  "timestamp": 1619156370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156370655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "dcae-sch",
  "timestamp": 1619156368724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156368871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "policy-id",
  "timestamp": 1619156373341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156382221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "clamp",
  "timestamp": 1619156378352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156381610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156376684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "cds",
  "timestamp": 1619156370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:41:24.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619156370655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:41:24.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "policy-id",
  "timestamp": 1619156373341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:41:24.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "dcae-sch",
  "timestamp": 1619156368724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619156368871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156382221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "clamp",
  "timestamp": 1619156378352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156381610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156376684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156382221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "clamp",
  "timestamp": 1619156378352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "cds",
  "timestamp": 1619156385162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "policy-id",
  "timestamp": 1619156385169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156381610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156385852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:41:24.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:41:24.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156382221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "clamp",
  "timestamp": 1619156378352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:41:24.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "cds",
  "timestamp": 1619156386170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-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-04-23T05:41:24.602Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dac6cb67-f978-4f74-b4c5-9b6f49b0e746
2021-04-23T05:41:24.603Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac6cb67-f978-4f74-b4c5-9b6f49b0e746 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-04-23T05:41:24.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "policy-id",
  "timestamp": 1619156386173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:41:24.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:41:24.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156381610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156382221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156386877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:41:24.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:41:24.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "policy-id",
  "timestamp": 1619156387176,
  "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-04-23T05:41:24.618Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dac6cb67-f978-4f74-b4c5-9b6f49b0e746
2021-04-23T05:41:24.618Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac6cb67-f978-4f74-b4c5-9b6f49b0e746 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-04-23T05:41:24.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156381610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156382221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156387879,
  "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-04-23T05:41:24.633Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dac6cb67-f978-4f74-b4c5-9b6f49b0e746
2021-04-23T05:41:24.633Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac6cb67-f978-4f74-b4c5-9b6f49b0e746 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-04-23T05:41:24.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156381610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156382221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619156381610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156382221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156391109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156392843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619156393846,
  "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-04-23T05:41:24.647Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dac6cb67-f978-4f74-b4c5-9b6f49b0e746
2021-04-23T05:41:24.647Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac6cb67-f978-4f74-b4c5-9b6f49b0e746 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-04-23T05:41:24.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "aai-ml",
  "timestamp": 1619156395767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "clamp",
  "timestamp": 1619156396501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:41:24.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:41:24.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "aai-ml",
  "timestamp": 1619156395767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "clamp",
  "timestamp": 1619156397515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:41:24.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:41:24.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "aai-ml",
  "timestamp": 1619156395767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "clamp",
  "timestamp": 1619156398517,
  "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-04-23T05:41:24.664Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dac6cb67-f978-4f74-b4c5-9b6f49b0e746
2021-04-23T05:41:24.665Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac6cb67-f978-4f74-b4c5-9b6f49b0e746 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-04-23T05:41:24.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "aai-ml",
  "timestamp": 1619156395767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "aai-ml",
  "timestamp": 1619156395767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "aai-ml",
  "timestamp": 1619156395767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "aai-ml",
  "timestamp": 1619156395767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:41:24.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "aai-ml",
  "timestamp": 1619156395767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:41:24.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:41:24.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "aai-ml",
  "timestamp": 1619156404851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:41:24.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:41:24.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "aai-ml",
  "timestamp": 1619156409338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:41:24.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:41:24.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "aai-ml",
  "timestamp": 1619156410341,
  "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-04-23T05:41:24.679Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dac6cb67-f978-4f74-b4c5-9b6f49b0e746
2021-04-23T05:41:24.679Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac6cb67-f978-4f74-b4c5-9b6f49b0e746 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-04-23T05:41:24.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-23T05:41:24.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e38bfdc-a93c-46c5-89ee-dceac89bb812",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156423663,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:41:24.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:41:40.618Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac6cb67-f978-4f74-b4c5-9b6f49b0e746
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:41:40.627Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac6cb67-f978-4f74-b4c5-9b6f49b0e746
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:41:40.630Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:41:40.630Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T05:41:40.630Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T05:41:40.630Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T05:41:40.630Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:41:40.630Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:41:40.630Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:41:40.630Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:41:40.630Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:41:40.630Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:41:40.630Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:41:40.630Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T05:41:40.636Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T05:42:10.636Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dac6cb67-f978-4f74-b4c5-9b6f49b0e746 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-04-23T05:42:10.643Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dac6cb67-f978-4f74-b4c5-9b6f49b0e746 and serviceModelVersionId: dc1f18f3-c75f-4720-94a5-b577a0ca7044
2021-04-23T05:42:10.643Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45b61092-111e-48f6-b59a-6d5758a9b91c
2021-04-23T05:42:10.643Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45b61092-111e-48f6-b59a-6d5758a9b91c/model-vers/model-ver/dc1f18f3-c75f-4720-94a5-b577a0ca7044?depth=0
2021-04-23T05:42:10.647Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T05:42:10.677Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45b61092-111e-48f6-b59a-6d5758a9b91c/model-vers/model-ver/dc1f18f3-c75f-4720-94a5-b577a0ca7044?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-04-23T05:42:10.678Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45b61092-111e-48f6-b59a-6d5758a9b91c/model-vers/model-ver/dc1f18f3-c75f-4720-94a5-b577a0ca7044?depth=0|INFO|500||Invoke
2021-04-23T05:42:10.701Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45b61092-111e-48f6-b59a-6d5758a9b91c/model-vers/model-ver/dc1f18f3-c75f-4720-94a5-b577a0ca7044?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T05:42:10.781Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45b61092-111e-48f6-b59a-6d5758a9b91c/model-vers/model-ver/dc1f18f3-c75f-4720-94a5-b577a0ca7044?depth=0|INFO|500||InvokeReturn
2021-04-23T05:42:10.781Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45b61092-111e-48f6-b59a-6d5758a9b91c/model-vers/model-ver/dc1f18f3-c75f-4720-94a5-b577a0ca7044?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210423-05:42:10:709-92347], vertex-id=[258224], Content-Length=[0], Date=[Fri, 23 Apr 2021 05:42:10 GMT], Content-Type=[application/json]}
2021-04-23T05:42:10.782Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-23T05:42:10.782Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T05:42:10.782Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:42:10.785Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T05:42:10.786Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dac6cb67-f978-4f74-b4c5-9b6f49b0e746 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T05:42:10.786Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T05:42:10.786Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:42:10.788Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:42:10.788Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156530786,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:42:10.890Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-23T05:42:10.891Z||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-04-23T05:42:10.891Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:42:10.903Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:42:10.904Z||pool-117-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-04-23T05:42:11.799Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:42:11.799Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:42:11.799Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:42:21.334Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:42:21.335Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:42:21.336Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:42:21.336Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:42:24.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:42:24.553Z||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-04-23T05:42:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:42:24.570Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:42:24.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:42:24.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:42:24.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:42:24.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:42:24.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:42:24.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:42:24.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:42:24.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:42:24.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:42:24.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:42:24.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:42:24.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:42:24.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:42:24.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:42:24.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:42:24.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:42:24.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/resourceInstances/pnfb329cd77906f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:42:24.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:42:24.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:42:24.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:42:24.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:42:24.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:42:24.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156424680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:42:24.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:42:24.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:42:24.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156437669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:42:24.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:42:24.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-23T05:42:24.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156439587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBzste1jtwgp4zfzbancx/1.0/artifacts/service-DemoPnfBzste1jtwgp4zfzbancx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:42:24.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:42:30.871Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:42:30.872Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:42:30.872Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:42:30.873Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:42:40.406Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:42:40.407Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:42:40.408Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:42:40.408Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:42:49.939Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:42:49.940Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:42:49.940Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:42:49.940Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:42:59.474Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:42:59.474Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:42:59.475Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:42:59.475Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:43:09.008Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:43:09.009Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:43:09.009Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:43:09.009Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:43:18.547Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:43:18.548Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:43:18.549Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:43:18.549Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:43:24.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:43:24.553Z||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-04-23T05:43:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:43:25.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:43:25.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:43:25.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac6cb67-f978-4f74-b4c5-9b6f49b0e746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619156530786,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:43:25.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:43:28.079Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:43:28.080Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:43:28.080Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:43:28.080Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:43:37.611Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:43:37.611Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:43:37.612Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:43:37.612Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:43:47.141Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:43:47.141Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:43:47.142Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:43:47.142Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:43:56.676Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:44:24.550Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:44:24.551Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:44:24.551Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:44:24.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:44:24.553Z||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-04-23T05:44:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:44:34.083Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:44:34.090Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:45:24.550Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:45:24.551Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:45:24.551Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:45:24.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:45:24.553Z||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-04-23T05:45:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:45:34.084Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:45:34.085Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:46:24.550Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:46:24.551Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:46:24.551Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:46:24.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:46:24.553Z||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-04-23T05:46:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:46:34.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:46:34.088Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:47:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:47:24.552Z||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-04-23T05:47:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:47:24.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:47:24.553Z||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-04-23T05:47:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:47:34.090Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:47:34.093Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:48:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:48:24.551Z||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-04-23T05:48:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:48:24.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:48:24.553Z||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-04-23T05:48:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:48:34.085Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:48:34.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:49:24.551Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:49:24.552Z||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-04-23T05:49:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:49:24.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:49:24.553Z||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-04-23T05:49:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:49:34.090Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:49:34.090Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:50:24.551Z||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-04-23T05:50:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:50:24.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:50:24.553Z||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-04-23T05:50:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:50:25.173Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:25.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e861c27d-105f-46f5-a7cd-7016af5c0d9b","serviceName":"Demo_pNF_UqvlRdgQWSXNOHSL4fbo","serviceVersion":"1.0","serviceUUID":"20ea3a79-0213-4864-8263-8587b489bbee","serviceDescription":"catalog service description","serviceInvariantUUID":"d69797b3-f474-43cf-ad72-e6b427e12890","resources":[{"resourceInstanceName":"pNF e306528b-8ee4 0","resourceName":"pNF e306528b-8ee4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"48f437a4-ef8e-44eb-bf2c-9ab4b1d3a9c7","resourceInvariantUUID":"5f5a8266-3d95-40a6-a50c-525e81f9560d","resourceCustomizationUUID":"b41f0d27-075f-4e92-86cf-264e7d6d0da7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml","artifactChecksum":"N2Y4YzcyYzUwYTg2Zjg1ZmFiZGU2YTg1NTA1MzQ3ODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80f8e248-b3ce-4d7a-a504-89b12d92c4df","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar","artifactChecksum":"MzM4NmYzNzUwYTUyNTBjOTZkODA3Yzc2NGFmMTVlNmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"44a2c40b-30b2-4636-8503-cf011b89c861","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8a87358-0e4a-41ec-a11e-6877eb30982b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml","artifactChecksum":"NTMxMzEwNDQ0MTRhNzk1NTViNzY2ODg5YzAxOWZmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"59da0bfd-39d1-4738-ac0f-885aee81d202","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8356f294-f452-411e-9880-1be12caf1ba8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b81daba9-e8f1-48f1-a7ab-d473611a65e6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml","artifactChecksum":"OTk5M2JkMDMzMWY1YzY2N2Q1YWQ5ODM5NTI0MTE1ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aba8fbd6-7228-4e33-82ab-94e8df6e43f6","artifactVersion":"1"},{"artifactName":"service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar","artifactChecksum":"ZTM4ZDEwYTQ5YTFmZWQ3OWZiMDk0ZTQ3MzdkMjg1YTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"355f157d-6913-4956-a926-1a00775f0c55","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:50:25.177Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:50:25.177Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:50:25.181Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:50:25.181Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:25.181Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "cds",
  "timestamp": 1619157000546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "aai-ml",
  "timestamp": 1619156995767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156996684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "policy-id",
  "timestamp": 1619156993341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619157001610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "cds",
  "timestamp": 1619157000546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "aai-ml",
  "timestamp": 1619156995767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156996684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "policy-id",
  "timestamp": 1619156993341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619157001610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156996684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "cds",
  "timestamp": 1619157000546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "aai-ml",
  "timestamp": 1619156995767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "policy-id",
  "timestamp": 1619156993341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619157001610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "cds",
  "timestamp": 1619157000546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "aai-ml",
  "timestamp": 1619156995767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156996684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "policy-id",
  "timestamp": 1619156993341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619157001610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "cds",
  "timestamp": 1619157000546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "aai-ml",
  "timestamp": 1619156995767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156996684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "policy-id",
  "timestamp": 1619156993341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619157001610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "cds",
  "timestamp": 1619157000546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156996684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "aai-ml",
  "timestamp": 1619156995767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "policy-id",
  "timestamp": 1619156993341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619157001610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "cds",
  "timestamp": 1619157000546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "aai-ml",
  "timestamp": 1619156995767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156996684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "policy-id",
  "timestamp": 1619156993341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619157001610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619156996684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "aai-ml",
  "timestamp": 1619156995767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "cds",
  "timestamp": 1619157000546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "policy-id",
  "timestamp": 1619156993341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "clamp",
  "timestamp": 1619157008352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619157001610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "dcae-sch",
  "timestamp": 1619157008724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619157008871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "clamp",
  "timestamp": 1619157008352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "cds",
  "timestamp": 1619157010085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619157010086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "policy-id",
  "timestamp": 1619157010095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "aai-ml",
  "timestamp": 1619157010124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:50:25.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:50:25.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "dcae-sch",
  "timestamp": 1619157008724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619157008871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "clamp",
  "timestamp": 1619157008352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "cds",
  "timestamp": 1619157011091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-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-04-23T05:50:25.209Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e861c27d-105f-46f5-a7cd-7016af5c0d9b
2021-04-23T05:50:25.209Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e861c27d-105f-46f5-a7cd-7016af5c0d9b 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-04-23T05:50:25.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619157011103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T05:50:25.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:50:25.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "policy-id",
  "timestamp": 1619157011100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:50:25.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:50:25.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619157010655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "dcae-sch",
  "timestamp": 1619157008724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619157008871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "clamp",
  "timestamp": 1619157008352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619157012105,
  "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-04-23T05:50:25.225Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e861c27d-105f-46f5-a7cd-7016af5c0d9b
2021-04-23T05:50:25.225Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e861c27d-105f-46f5-a7cd-7016af5c0d9b 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-04-23T05:50:25.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "policy-id",
  "timestamp": 1619157012102,
  "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-04-23T05:50:25.241Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e861c27d-105f-46f5-a7cd-7016af5c0d9b
2021-04-23T05:50:25.241Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e861c27d-105f-46f5-a7cd-7016af5c0d9b 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-04-23T05:50:25.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619157010655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "dcae-sch",
  "timestamp": 1619157008724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619157008871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619157012221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "clamp",
  "timestamp": 1619157008352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619157010655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "dcae-sch",
  "timestamp": 1619157008724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619157008871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619157012221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "clamp",
  "timestamp": 1619157008352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "aai-ml",
  "timestamp": 1619157014159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:50:25.252Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:50:25.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619157010655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "dcae-sch",
  "timestamp": 1619157008724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619157008871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619157012221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "clamp",
  "timestamp": 1619157008352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "aai-ml",
  "timestamp": 1619157015163,
  "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-04-23T05:50:25.258Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e861c27d-105f-46f5-a7cd-7016af5c0d9b
2021-04-23T05:50:25.258Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e861c27d-105f-46f5-a7cd-7016af5c0d9b 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-04-23T05:50:25.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619157010655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "dcae-sch",
  "timestamp": 1619157008724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619157008871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619157012221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "clamp",
  "timestamp": 1619157008352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619157010655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "dcae-sch",
  "timestamp": 1619157008724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619157008871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619157012221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619157010655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619157012221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619157010655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619157012221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619157012221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619157021370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619157023091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "clamp",
  "timestamp": 1619157023097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619157024094,
  "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-04-23T05:50:25.274Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e861c27d-105f-46f5-a7cd-7016af5c0d9b
2021-04-23T05:50:25.274Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e861c27d-105f-46f5-a7cd-7016af5c0d9b 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-04-23T05:50:25.281Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:50:25.282Z||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-04-23T05:50:25.282Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:50:25.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T05:50:25.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "clamp",
  "timestamp": 1619157024108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:50:25.284Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:50:25.291Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:25.292Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:50:26.181Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:50:26.183Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:50:26.186Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:50:26.186Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:26.286Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:50:26.288Z||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-04-23T05:50:26.288Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:50:26.296Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:26.296Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:50:27.186Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:50:27.187Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:50:27.190Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:50:27.190Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:27.290Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:50:27.291Z||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-04-23T05:50:27.291Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:50:27.299Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:27.300Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:50:28.191Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:50:28.191Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:50:28.194Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:50:28.194Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:28.294Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:50:28.294Z||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-04-23T05:50:28.294Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:50:28.304Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:28.304Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:50:29.194Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:50:29.195Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:50:29.197Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:50:29.197Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:29.297Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:50:29.298Z||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-04-23T05:50:29.298Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:50:29.307Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:29.307Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:50:30.197Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:50:30.198Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:50:30.201Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:50:30.201Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:30.301Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:50:30.302Z||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-04-23T05:50:30.302Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:50:30.311Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:30.312Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:50:31.202Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:50:31.203Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:50:31.204Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:50:31.205Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:50:31.305Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:50:31.306Z||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-04-23T05:50:31.306Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:50:31.315Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:31.316Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:50:32.206Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:50:32.207Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:50:32.209Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:50:32.209Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:50:32.311Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-23T05:50:32.311Z||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-04-23T05:50:32.312Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:50:32.321Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:32.322Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:50:33.211Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "serviceName": "Demo_pNF_UqvlRdgQWSXNOHSL4fbo",
  "serviceVersion": "1.0",
  "serviceUUID": "20ea3a79-0213-4864-8263-8587b489bbee",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d69797b3-f474-43cf-ad72-e6b427e12890",
  "resources": [
    {
      "resourceInstanceName": "pNF e306528b-8ee4 0",
      "resourceCustomizationUUID": "b41f0d27-075f-4e92-86cf-264e7d6d0da7",
      "resourceName": "pNF e306528b-8ee4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "48f437a4-ef8e-44eb-bf2c-9ab4b1d3a9c7",
      "resourceInvariantUUID": "5f5a8266-3d95-40a6-a50c-525e81f9560d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
      "artifactChecksum": "ZTM4ZDEwYTQ5YTFmZWQ3OWZiMDk0ZTQ3MzdkMjg1YTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "355f157d-6913-4956-a926-1a00775f0c55"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T05:50:33.211Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:50:33.212Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 20ea3a79-0213-4864-8263-8587b489bbee ASDC
2021-04-23T05:50:33.212Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e861c27d-105f-46f5-a7cd-7016af5c0d9b
ServiceName:Demo_pNF_UqvlRdgQWSXNOHSL4fbo
ServiceVersion:1.0
ServiceUUID:20ea3a79-0213-4864-8263-8587b489bbee
ServiceInvariantUUID:d69797b3-f474-43cf-ad72-e6b427e12890
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
ArtifactUUID:355f157d-6913-4956-a926-1a00775f0c55
ArtifactChecksum:ZTM4ZDEwYTQ5YTFmZWQ3OWZiMDk0ZTQ3MzdkMjg1YTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e306528b-8ee4 0
ResourceCustomizationUUID:b41f0d27-075f-4e92-86cf-264e7d6d0da7
ResourceInvariantUUID:5f5a8266-3d95-40a6-a50c-525e81f9560d
ResourceName:pNF e306528b-8ee4
ResourceType:PNF
ResourceUUID:48f437a4-ef8e-44eb-bf2c-9ab4b1d3a9c7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-23T05:50:33.212Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20ea3a79-0213-4864-8263-8587b489bbee 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-04-23T05:50:33.242Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:50:33.243Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-23T05:50:33.243Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-23T05:50:33.243Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 355f157d-6913-4956-a926-1a00775f0c55 from URL: /sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:33.243Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-23T05:50:33.244Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:33.490Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-23T05:50:33.495Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar 355f157d-6913-4956-a926-1a00775f0c55 83327
2021-04-23T05:50:33.495Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar ASDC sendASDCNotification
2021-04-23T05:50:33.495Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:33.495Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:50:33.495Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:50:33.497Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:50:33.498Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:50:33.598Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:50:33.599Z||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-04-23T05:50:33.599Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:50:33.618Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:33.619Z||pool-126-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:50:34.498Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:50:34.499Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-23T05:50:34.499Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 355f157d-6913-4956-a926-1a00775f0c55, URL: /sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar to file: /app/ASDC/1/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:34.500Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:34.500Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:34.500Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:34.612Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP890884883627495166/Definitions/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml
2021-04-23T05:50:35.340Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:50:35.340Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-23T05:50:35.340Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:35.340Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-23T05:50:35.340Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:35.340Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:35.340Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e306528b-8ee4 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:35.340Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:35.340Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:35.340Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:35.341Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e306528b-8ee4 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-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:35.341Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:35.341Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-23T05:50:35.341Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:50:35.341Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UqvlRdgQWSXNOHSL4fbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:50:35.341Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Node template pNF e306528b-8ee4 0 is matching search criteria
2021-04-23T05:50:35.341Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-23T05:50:35.341Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF e306528b-8ee4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:50:35.341Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:50:35.341Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UqvlRdgQWSXNOHSL4fbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:50:35.341Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Node template pNF e306528b-8ee4 0 is matching search criteria
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF e306528b-8ee4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UqvlRdgQWSXNOHSL4fbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UqvlRdgQWSXNOHSL4fbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UqvlRdgQWSXNOHSL4fbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UqvlRdgQWSXNOHSL4fbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UqvlRdgQWSXNOHSL4fbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:50:35.342Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UqvlRdgQWSXNOHSL4fbo
Description:catalog service description
Model UUID:20ea3a79-0213-4864-8263-8587b489bbee
Model Version:NULL
Model InvariantUuid:d69797b3-f474-43cf-ad72-e6b427e12890
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-23T05:50:35.347Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 48f437a4-ef8e-44eb-bf2c-9ab4b1d3a9c7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:50:35.349Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||pNF e306528b-8ee4 0
2021-04-23T05:50:35.349Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 48f437a4-ef8e-44eb-bf2c-9ab4b1d3a9c7
2021-04-23T05:50:35.349Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 20ea3a79-0213-4864-8263-8587b489bbee
2021-04-23T05:50:35.349Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 20ea3a79-0213-4864-8263-8587b489bbee
2021-04-23T05:50:35.350Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e306528b-8ee4 0 48f437a4-ef8e-44eb-bf2c-9ab4b1d3a9c7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:50:35.353Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:50:35.353Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UqvlRdgQWSXNOHSL4fbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:50:35.354Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 20ea3a79-0213-4864-8263-8587b489bbee: pNF e306528b-8ee4
2021-04-23T05:50:35.354Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||Processing PNF resource: 48f437a4-ef8e-44eb-bf2c-9ab4b1d3a9c7
2021-04-23T05:50:35.354Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T05:50:35.354Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UqvlRdgQWSXNOHSL4fbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:50:35.354Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||Resource customization UUID: b41f0d27-075f-4e92-86cf-264e7d6d0da7 is the same as notified resource customizationUUID: b41f0d27-075f-4e92-86cf-264e7d6d0da7
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-23T05:50:35.388Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e306528b-8ee4 48f437a4-ef8e-44eb-bf2c-9ab4b1d3a9c7 0 ASDC deployResourceStructure
2021-04-23T05:50:35.389Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar ASDC sendASDCNotification
2021-04-23T05:50:35.389Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar
2021-04-23T05:50:35.389Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:50:35.389Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:50:35.392Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:50:35.392Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157035389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:50:35.492Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:50:35.493Z||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-04-23T05:50:35.493Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:50:35.501Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:50:35.502Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:50:36.393Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e861c27d-105f-46f5-a7cd-7016af5c0d9b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T05:50:36.405Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e861c27d-105f-46f5-a7cd-7016af5c0d9b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T05:50:36.407Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:50:36.407Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T05:50:36.407Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T05:50:36.408Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T05:50:36.408Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:50:36.408Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:50:36.408Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:50:36.408Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:50:36.408Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:50:36.408Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T05:50:36.408Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-04-23T05:50:36.413Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T05:51:06.414Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e861c27d-105f-46f5-a7cd-7016af5c0d9b 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-04-23T05:51:06.421Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e861c27d-105f-46f5-a7cd-7016af5c0d9b and serviceModelVersionId: 20ea3a79-0213-4864-8263-8587b489bbee
2021-04-23T05:51:06.422Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d69797b3-f474-43cf-ad72-e6b427e12890
2021-04-23T05:51:06.423Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d69797b3-f474-43cf-ad72-e6b427e12890/model-vers/model-ver/20ea3a79-0213-4864-8263-8587b489bbee?depth=0
2021-04-23T05:51:06.428Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T05:51:06.457Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d69797b3-f474-43cf-ad72-e6b427e12890/model-vers/model-ver/20ea3a79-0213-4864-8263-8587b489bbee?depth=0|INFO|500||Invoke
2021-04-23T05:51:06.457Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d69797b3-f474-43cf-ad72-e6b427e12890/model-vers/model-ver/20ea3a79-0213-4864-8263-8587b489bbee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d69797b3-f474-43cf-ad72-e6b427e12890/model-vers/model-ver/20ea3a79-0213-4864-8263-8587b489bbee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e861c27d-105f-46f5-a7cd-7016af5c0d9b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[50eb6e51-743a-40b6-97bc-3d331fc9e586], X-ECOMP-RequestID=[e861c27d-105f-46f5-a7cd-7016af5c0d9b], X-TransactionId=[], X-ONAP-RequestID=[e861c27d-105f-46f5-a7cd-7016af5c0d9b], Content-Type=[application/merge-patch+json]}
2021-04-23T05:51:06.476Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d69797b3-f474-43cf-ad72-e6b427e12890/model-vers/model-ver/20ea3a79-0213-4864-8263-8587b489bbee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T05:51:06.655Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d69797b3-f474-43cf-ad72-e6b427e12890/model-vers/model-ver/20ea3a79-0213-4864-8263-8587b489bbee?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d69797b3-f474-43cf-ad72-e6b427e12890/model-vers/model-ver/20ea3a79-0213-4864-8263-8587b489bbee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210423-05:51:06:483-75843], vertex-id=[491632], Content-Length=[0], Date=[Fri, 23 Apr 2021 05:51:06 GMT], Content-Type=[application/json]}
2021-04-23T05:51:06.656Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d69797b3-f474-43cf-ad72-e6b427e12890/model-vers/model-ver/20ea3a79-0213-4864-8263-8587b489bbee?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-23T05:51:06.656Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d69797b3-f474-43cf-ad72-e6b427e12890/model-vers/model-ver/20ea3a79-0213-4864-8263-8587b489bbee?depth=0|INFO|500||InvokeReturn
2021-04-23T05:51:06.657Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T05:51:06.657Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:51:06.662Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-04-23T05:51:06.662Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e861c27d-105f-46f5-a7cd-7016af5c0d9b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T05:51:06.662Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T05:51:06.663Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:51:06.664Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:51:06.665Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157066662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:51:06.765Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:51:06.766Z||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-04-23T05:51:06.766Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:51:06.784Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:51:06.784Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-23T05:51:24.550Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:51:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-04-23T05:51:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:51:24.552Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:51:24.553Z||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-04-23T05:51:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:51:24.669Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:51:24.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:51:24.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "clamp",
  "timestamp": 1619157025111,
  "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-04-23T05:51:24.676Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e861c27d-105f-46f5-a7cd-7016af5c0d9b
2021-04-23T05:51:24.676Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e861c27d-105f-46f5-a7cd-7016af5c0d9b 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-04-23T05:51:34.082Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:52:24.550Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:52:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-04-23T05:52:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:52:24.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:52:24.553Z||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-04-23T05:52:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:52:25.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:52:25.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:52:25.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/resourceInstances/pnfe306528b8ee40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:52:25.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157024550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157035389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqvlrdgqwsxnohsl4fbo/1.0/artifacts/service-DemoPnfUqvlrdgqwsxnohsl4fbo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e861c27d-105f-46f5-a7cd-7016af5c0d9b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619157066662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:52:25.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:52:34.089Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:53:24.550Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:53:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-04-23T05:53:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:53:24.552Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:53:24.553Z||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-04-23T05:53:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:53:34.088Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:53:34.090Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:54:24.550Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:54:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-04-23T05:54:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:54:24.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:54:24.553Z||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-04-23T05:54:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:54:34.089Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:54:34.090Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:55:24.550Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:55:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-04-23T05:55:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:55:24.555Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:55:24.556Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|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-04-23T05:55:24.556Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:55:34.091Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:55:34.092Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:56:24.550Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:56:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-04-23T05:56:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:56:24.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:56:24.553Z||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-04-23T05:56:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:56:34.087Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:56:34.088Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:57:24.550Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:57:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-04-23T05:57:24.551Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:57:24.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:57:24.553Z||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-04-23T05:57:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:57:34.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:57:34.086Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:58:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:58:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:58:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:58:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:58:24.553Z||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-04-23T05:58:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:58:34.090Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:58:34.091Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:59:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:59:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:59:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:59:24.552Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:59:24.553Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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-04-23T05:59:24.553Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:59:34.091Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T05:59:34.093Z|dac6cb67-f978-4f74-b4c5-9b6f49b0e746|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:00:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:00:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:00:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:00:24.552Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:00:24.553Z||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-04-23T06:00:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:00:34.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:00:34.088Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:01:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:01:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:01:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:01:24.553Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:01:24.553Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-04-23T06:01:24.553Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:01:34.087Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:01:34.089Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:02:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:02:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:02:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:02:24.552Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:02:24.553Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-04-23T06:02:24.553Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:02:34.085Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:02:34.090Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:03:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:03:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:03:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:03:24.552Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:03:24.553Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|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-04-23T06:03:24.553Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:03:34.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:03:34.089Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:04:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:04:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:04:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:04:24.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:04:24.553Z||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-04-23T06:04:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:04:34.089Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:04:34.091Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:05:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:05:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:05:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:05:24.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:05:24.553Z||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-04-23T06:05:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:05:34.087Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:05:34.087Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:06:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:06:24.552Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:06:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:06:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:06:24.553Z||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-04-23T06:06:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:06:34.089Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:06:34.090Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:07:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:07:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:07:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:07:24.552Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:07:24.553Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|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-04-23T06:07:24.553Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:07:34.090Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:07:34.090Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:08:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:08:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:08:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:08:24.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:08:24.553Z||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-04-23T06:08:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:08:34.090Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:08:34.093Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:09:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:09:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:09:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:09:24.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:09:24.553Z||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-04-23T06:09:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:09:34.089Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:09:34.089Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:10:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:10:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:10:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:10:24.553Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:10:24.553Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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-04-23T06:10:24.553Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:10:34.091Z|e861c27d-105f-46f5-a7cd-7016af5c0d9b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:10:34.092Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:11:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:11:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:11:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:11:24.552Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:11:24.553Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|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-04-23T06:11:24.553Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:11:34.085Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:11:34.085Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:12:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:12:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:12:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:12:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:12:24.553Z||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-04-23T06:12:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:12:34.087Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:12:34.088Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:13:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:13:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:13:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:13:24.554Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:13:24.554Z||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-04-23T06:13:24.555Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:13:34.101Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:13:34.101Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:14:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:14:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:14:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:14:24.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:14:24.553Z||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-04-23T06:14:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:14:34.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:14:34.087Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:15:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:15:24.552Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:15:24.552Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:15:24.552Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:15:24.553Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|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-04-23T06:15:24.553Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:15:34.096Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:15:34.098Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:16:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:16:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:16:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:16:24.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:16:24.553Z||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-04-23T06:16:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:16:34.090Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:16:34.093Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:17:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:17:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:17:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:17:24.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:17:24.553Z||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-04-23T06:17:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:17:34.085Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:17:34.092Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:18:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:18:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:18:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:18:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:18:24.553Z||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-04-23T06:18:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:18:34.087Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:18:34.089Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:19:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:19:24.551Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T06:19:24.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T06:19:24.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T06:19:24.553Z||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-04-23T06:19:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T06:19:34.087Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T06:19:34.089Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK