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-09-29T06:24:31.791Z||main|||||INFO|500||The following profiles are active: basic
2021-09-29T06:24:47.355Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-29T06:24:47.356Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-29T06:24:47.499Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-29T06:24:52.826Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-29T06:24:53.509Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-29T06:24:54.213Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-29T06:24:54.220Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-29T06:24:54.413Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-29T06:24:54.709Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-29T06:24:55.771Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-29T06:25:00.537Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-29T06:25:03.060Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-29T06:25:03.117Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-29T06:25:03.662Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-29T06:25:03.830Z||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-09-29T06:25:05.054Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-29T06:25:06.197Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-29T06:25:06.216Z||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$$b95fb5bd.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-09-29T06:25:06.217Z||main|||||WARN|500||The sdc end point is not alive
2021-09-29T06:25:09.400Z||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-09-29T06:25:12.255Z||main|||||WARN|500||---
2021-09-29T06:25:12.256Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-29T06:25:12.256Z||main|||||WARN|500||---
2021-09-29T06:25:12.734Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-29T06:25:18.183Z||main|||||INFO|500||Started Application in 50.374 seconds (JVM running for 55.959)
2021-09-29T06:25:18.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T06:25:18.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T06:25:18.209Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T06:25:18.235Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T06:25:18.304Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2a478de-322c-4920-aa04-4717420afd59 url= /sdc/v1/artifactTypes
2021-09-29T06:25:18.304Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T06:25:18.594Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-29T06:25:18.613Z||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-09-29T06:25:18.634Z||scheduling-1|||||DEBUG|500||create keys
2021-09-29T06:25:18.644Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-29T06:25:18.675Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:25:18.697Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 094ba369-6477-49c9-b89b-5d47078d099c url= /sdc/v1/registerForDistribution
2021-09-29T06:25:18.876Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 094ba369-6477-49c9-b89b-5d47078d099c url= /sdc/v1/registerForDistribution
2021-09-29T06:25:18.876Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-29T06:25:18.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:25:18.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:25:18.895Z||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-09-29T06:25:18.896Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:25:18.896Z||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-09-29T06:25:18.896Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-29T06:25:18.896Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:25:29.131Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:25:29.147Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:26:18.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:26:18.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:26:18.886Z||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-09-29T06:26:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:26:18.887Z||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-09-29T06:26:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:26:28.436Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:26:28.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:27:18.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:27:18.885Z||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-09-29T06:27:18.885Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:27:18.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:27:18.886Z||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-09-29T06:27:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:27:28.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:27:28.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:28:18.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:28:18.885Z||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-09-29T06:28:18.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:28:18.885Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:28:18.886Z||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-09-29T06:28:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:28:28.447Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:28:28.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:29:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:29:18.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:29:18.888Z||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-09-29T06:29:18.888Z||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-09-29T06:29:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:29:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:29:28.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:29:28.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:30:18.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:30:18.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:30:18.887Z||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-09-29T06:30:18.887Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:30:18.888Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:30:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:30:28.439Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:30:28.443Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:31:18.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:31:18.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:31:18.884Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:31:18.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:31:18.886Z||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-09-29T06:31:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:31:28.430Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:31:28.430Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:32:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:32:18.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:32:18.889Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:32:18.890Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:32:18.890Z||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-09-29T06:32:18.890Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:32:28.444Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:32:28.449Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:33:18.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:33:18.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:33:18.887Z||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-09-29T06:33:18.887Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:33:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:33:18.887Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:33:28.434Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:33:28.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:34:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:34:18.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:34:18.886Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:34:18.886Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:34:18.886Z||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-09-29T06:34:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:34:28.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:34:28.450Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:34:42.105Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-29T06:35:18.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:35:18.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:35:18.884Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:35:18.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:35:18.886Z||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-09-29T06:35:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:35:28.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:35:28.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:36:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:36:18.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:36:18.884Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:36:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:36:18.886Z||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-09-29T06:36:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:36:28.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:36:28.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:37:18.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:37:18.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:37:18.887Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:37:18.887Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:37:18.887Z||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-09-29T06:37:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:37:28.431Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:37:28.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:38:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:38:18.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:38:18.885Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:38:18.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:38:18.887Z||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-09-29T06:38:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:38:28.442Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:38:28.450Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:39:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:39:18.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:39:18.886Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:39:18.886Z||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-09-29T06:39:18.886Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:39:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:39:28.482Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:39:28.485Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:40:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:40:18.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:40:18.887Z||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-09-29T06:40:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:40:18.887Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:40:18.888Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:40:28.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:40:28.442Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:41:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:41:18.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:41:18.884Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:41:18.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:41:18.886Z||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-09-29T06:41:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:41:28.443Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:41:28.443Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:42:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:42:18.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:42:18.886Z||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-09-29T06:42:18.886Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:42:18.887Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:42:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:42:28.444Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:42:28.446Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:43:18.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:43:18.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:43:18.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:43:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:43:18.886Z||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-09-29T06:43:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:43:28.431Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:43:28.484Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:44:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:44:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:44:18.887Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:44:18.887Z||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-09-29T06:44:18.887Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:44:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:44:28.449Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:44:28.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:45:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:45:18.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:45:18.886Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:45:18.886Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:45:18.886Z||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-09-29T06:45:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:45:28.442Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:45:28.446Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:46:18.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:46:18.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:46:18.884Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:46:18.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:46:18.886Z||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-09-29T06:46:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:46:28.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:46:28.452Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:47:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:47:18.885Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:47:18.887Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:47:18.887Z||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-09-29T06:47:18.887Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:47:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:47:28.443Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:47:28.442Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:48:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:48:18.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:48:18.885Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:48:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:48:18.887Z||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-09-29T06:48:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:48:28.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:48:28.449Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:49:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:49:18.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:49:18.886Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:49:18.886Z||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-09-29T06:49:18.886Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:49:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:49:28.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:49:28.469Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:50:18.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:50:18.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:50:18.887Z||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-09-29T06:50:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:50:18.887Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:50:18.887Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:50:28.460Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:50:28.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:51:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:51:18.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T06:51:18.884Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:51:18.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:51:18.886Z||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-09-29T06:51:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:51:28.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:51:28.440Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:52:18.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:52:18.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:52:18.886Z||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-09-29T06:52:18.886Z||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-09-29T06:52:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:52:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:52:28.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:52:28.451Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:53:18.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:53:18.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:53:18.887Z||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-09-29T06:53:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:53:18.887Z||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-09-29T06:53:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:53:28.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:53:28.443Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:54:18.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:54:18.884Z||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-09-29T06:54:18.884Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:54:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:54:18.886Z||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-09-29T06:54:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:54:28.441Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:54:28.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:55:18.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:55:18.885Z||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-09-29T06:55:18.885Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:55:18.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:55:18.886Z||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-09-29T06:55:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:55:28.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:55:28.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:56:18.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:56:18.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:56:18.886Z||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-09-29T06:56:18.886Z||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-09-29T06:56:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:56:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:56:28.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:56:28.443Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:57:18.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:57:18.883Z||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-09-29T06:57:18.884Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:57:18.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:57:18.886Z||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-09-29T06:57:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:57:28.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:57:28.443Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:58:18.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:58:18.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:58:18.886Z||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-09-29T06:58:18.886Z||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-09-29T06:58:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:58:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:58:28.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:58:28.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:59:18.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:59:18.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T06:59:18.888Z||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-09-29T06:59:18.888Z||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-09-29T06:59:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:59:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T06:59:28.459Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T06:59:28.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:00:18.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:00:18.883Z||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-09-29T07:00:18.883Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:00:18.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:00:18.886Z||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-09-29T07:00:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:00:28.427Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:00:28.430Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:01:18.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:01:18.886Z||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-09-29T07:01:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:01:18.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:01:18.888Z||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-09-29T07:01:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:01:28.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:01:28.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:02:18.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:02:18.885Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:02:18.888Z||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-09-29T07:02:18.888Z||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-09-29T07:02:18.889Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:02:18.889Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:02:28.440Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:02:28.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:03:18.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:03:18.884Z||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-09-29T07:03:18.885Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:03:18.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:03:18.886Z||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-09-29T07:03:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:03:28.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:03:28.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:04:18.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:04:18.884Z||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-09-29T07:04:18.884Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:04:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:04:18.887Z||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-09-29T07:04:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:04:28.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:04:28.441Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:05:18.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:05:18.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:05:18.885Z||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-09-29T07:05:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:05:18.886Z||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-09-29T07:05:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:05:28.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:05:28.470Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:06:18.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:06:18.885Z||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-09-29T07:06:18.885Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:06:18.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:06:18.886Z||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-09-29T07:06:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:06:28.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:06:28.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:07:18.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:07:18.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:07:18.886Z||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-09-29T07:07:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:07:18.886Z||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-09-29T07:07:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:07:28.441Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:07:28.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:08:18.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:08:18.883Z||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-09-29T07:08:18.883Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:08:18.885Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:08:18.886Z||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-09-29T07:08:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:08:28.442Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:08:28.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:09:18.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:09:18.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:09:18.887Z||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-09-29T07:09:18.887Z||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-09-29T07:09:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:09:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:09:28.446Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:09:28.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:10:18.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:10:18.883Z||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-09-29T07:10:18.883Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:10:18.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:10:18.886Z||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-09-29T07:10:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:10:28.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:10:28.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:11:18.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:11:18.885Z||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-09-29T07:11:18.885Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:11:18.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:11:18.886Z||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-09-29T07:11:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:11:28.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:11:28.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:12:18.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:12:18.883Z||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-09-29T07:12:18.884Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:12:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:12:18.886Z||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-09-29T07:12:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:12:28.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:12:28.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:13:18.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:13:18.885Z||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-09-29T07:13:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:13:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:13:18.886Z||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-09-29T07:13:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:13:28.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:13:28.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:14:18.884Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:14:18.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:14:18.887Z||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-09-29T07:14:18.887Z||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-09-29T07:14:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:14:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:14:28.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:14:28.462Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:15:18.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:15:18.884Z||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-09-29T07:15:18.885Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:15:18.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:15:18.886Z||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-09-29T07:15:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:15:28.452Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:15:28.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:16:18.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:16:18.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:16:18.885Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:16:18.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:16:18.886Z||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-09-29T07:16:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:16:28.462Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:16:28.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:17:18.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:17:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:17:18.888Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:17:18.888Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:17:18.888Z||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-09-29T07:17:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:17:28.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:17:28.455Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:18:18.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:18:18.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:18:18.887Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:18:18.887Z||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-09-29T07:18:18.887Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:18:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:18:28.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:18:28.443Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:19:18.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:19:18.883Z||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-09-29T07:19:18.883Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:19:18.885Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:19:18.889Z||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-09-29T07:19:18.889Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:19:28.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:19:28.446Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:20:18.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:20:18.884Z||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-09-29T07:20:18.885Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:20:18.885Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:20:18.886Z||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-09-29T07:20:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:20:28.426Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:20:28.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:21:18.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:21:18.885Z||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-09-29T07:21:18.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:21:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:21:18.886Z||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-09-29T07:21:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:21:28.446Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:21:28.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:22:18.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:22:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:22:18.887Z||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-09-29T07:22:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:22:18.888Z||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-09-29T07:22:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:22:28.447Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:22:28.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:23:18.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:23:18.884Z||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-09-29T07:23:18.884Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:23:18.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:23:18.886Z||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-09-29T07:23:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:23:28.439Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:23:28.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:24:18.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:24:18.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:24:18.886Z||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-09-29T07:24:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:24:18.886Z||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-09-29T07:24:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:24:28.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:24:28.439Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:25:18.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:25:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:25:18.886Z||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-09-29T07:25:18.886Z||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-09-29T07:25:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:25:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:25:28.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:25:28.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:26:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:26:18.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:26:18.889Z||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-09-29T07:26:18.889Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:26:18.889Z||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-09-29T07:26:18.890Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:26:28.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:26:28.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:27:18.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:27:18.885Z||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-09-29T07:27:18.885Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:27:18.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:27:18.886Z||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-09-29T07:27:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:27:28.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:27:28.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:28:18.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:28:18.885Z||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-09-29T07:28:18.885Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:28:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:28:18.886Z||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-09-29T07:28:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:28:28.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:28:28.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:29:18.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:29:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:29:18.886Z||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-09-29T07:29:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:29:18.901Z||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-09-29T07:29:18.902Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:29:28.446Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:29:28.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:30:18.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:30:18.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:30:18.887Z||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-09-29T07:30:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:30:18.887Z||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-09-29T07:30:18.889Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:30:28.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:30:28.436Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:18.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:31:18.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:31:18.888Z||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-09-29T07:31:18.888Z||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-09-29T07:31:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:19.027Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:19.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "cds",
  "timestamp": 1632900660881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900669554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900669554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:31:19.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "cds",
  "timestamp": 1632900660881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "cds",
  "timestamp": 1632900660881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900669554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:31:19.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "policy-id",
  "timestamp": 1632900672443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "cds",
  "timestamp": 1632900660881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900669554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "policy-id",
  "timestamp": 1632900672443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900674106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "cds",
  "timestamp": 1632900660881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900669554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-29T07:31:19.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "policy-id",
  "timestamp": 1632900672443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:31:19.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900674106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "cds",
  "timestamp": 1632900660881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900669554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "policy-id",
  "timestamp": 1632900672443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "dcae-sch",
  "timestamp": 1632900676093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900674106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900669554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:31:19.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "cds",
  "timestamp": 1632900660881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:31:19.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "policy-id",
  "timestamp": 1632900672443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "dcae-sch",
  "timestamp": 1632900676093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900674106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "policy-id",
  "timestamp": 1632900672443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "dcae-sch",
  "timestamp": 1632900676093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:31:19.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:19.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T07:31:19.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e99690ae-402b-4c7b-9149-ea344b58a035","serviceName":"vFW 2021-09-29 07-28-23","serviceVersion":"1.0","serviceUUID":"05bf1fd7-0950-4e3e-99f3-1ef1a52ae675","serviceDescription":"catalog service description","serviceInvariantUUID":"313ac697-b729-442f-9641-55bd4f324f63","resources":[{"resourceInstanceName":"vFW c9969562-a027 0","resourceName":"vFW c9969562-a027","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17bf4290-df57-4fb0-b1c2-8ec59b711876","resourceInvariantUUID":"f9b38e4e-9a74-4655-81ac-e0bdf3ed81ac","resourceCustomizationUUID":"7eab3dc7-31f0-4c0d-97c1-d1b2cc273990","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vf-license-model.xml","artifactChecksum":"M2RmNDhkNjBmMjk5ODNlZDQ0MjM4YzlkOTA5N2EwYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a17253f1-13e9-40d0-8a58-bb51976e42d2","artifactVersion":"1"},{"artifactName":"vfwc9969562a0270_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json","artifactChecksum":"NDNkYzdiOGIyMjkyNzI5MzE1MjNkNjJhYTM5MjYzOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ec93876-b83e-435d-9ec4-7ca187945c8d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d95f132c-5e69-423f-9b9e-536d6b23159c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vendor-license-model.xml","artifactChecksum":"Njg0YjE4NTBlOTRhYjgzM2VjNGNkM2UxZTUwZmJjYWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1cffb9a9-4fd2-4db4-ba48-e8be667a8ced","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd88764b-4b1e-40d5-869f-0a17a6deef0b","artifactVersion":"2","generatedFromUUID":"d95f132c-5e69-423f-9b9e-536d6b23159c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210929072823-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-template.yml","artifactChecksum":"YzVkN2VhMTBhNjk0NjllMzE2ZjMyNmE0NzdhYTU1MmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77160c20-5c27-4979-80d8-019c110156db","artifactVersion":"1"},{"artifactName":"service-Vfw20210929072823-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar","artifactChecksum":"ZWRmY2Q0MmNlN2IzZTdiZDNiNDhiZmU3ZGM1NDNlODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"faf9b3ea-4d13-4339-bf58-d7a536c7ccc3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T07:31:19.532Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:31:19.538Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:19.549Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:19.549Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:19.649Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-29T07:31:19.654Z||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-09-29T07:31:19.654Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:19.665Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:19.666Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:20.557Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:31:20.558Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:20.560Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:20.561Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:31:20.661Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:31:20.662Z||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-09-29T07:31:20.662Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:20.684Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:20.684Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:21.561Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:31:21.563Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:21.565Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:21.565Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:31:21.666Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T07:31:21.667Z||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-09-29T07:31:21.667Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:21.689Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:21.690Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:22.566Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:31:22.566Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:22.568Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:22.568Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:22.668Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T07:31:22.669Z||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-09-29T07:31:22.669Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:22.687Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:22.687Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:23.569Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:31:23.570Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:23.572Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:23.573Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-29T07:31:23.673Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T07:31:23.674Z||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-09-29T07:31:23.674Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:23.692Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:23.692Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:24.573Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:31:24.574Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:24.576Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:24.576Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:31:24.676Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:31:24.677Z||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-09-29T07:31:24.677Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:24.693Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:24.698Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:25.576Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:31:25.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:25.579Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:25.579Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:31:25.679Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T07:31:25.680Z||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-09-29T07:31:25.680Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:25.695Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:25.696Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:26.581Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "serviceName": "vFW 2021-09-29 07-28-23",
  "serviceVersion": "1.0",
  "serviceUUID": "05bf1fd7-0950-4e3e-99f3-1ef1a52ae675",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "313ac697-b729-442f-9641-55bd4f324f63",
  "resources": [
    {
      "resourceInstanceName": "vFW c9969562-a027 0",
      "resourceCustomizationUUID": "7eab3dc7-31f0-4c0d-97c1-d1b2cc273990",
      "resourceName": "vFW c9969562-a027",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "17bf4290-df57-4fb0-b1c2-8ec59b711876",
      "resourceInvariantUUID": "f9b38e4e-9a74-4655-81ac-e0bdf3ed81ac",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc9969562a0270_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
          "artifactChecksum": "NDNkYzdiOGIyMjkyNzI5MzE1MjNkNjJhYTM5MjYzOGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8ec93876-b83e-435d-9ec4-7ca187945c8d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d95f132c-5e69-423f-9b9e-536d6b23159c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bd88764b-4b1e-40d5-869f-0a17a6deef0b",
            "generatedFromUUID": "d95f132c-5e69-423f-9b9e-536d6b23159c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bd88764b-4b1e-40d5-869f-0a17a6deef0b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210929072823-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
      "artifactChecksum": "ZWRmY2Q0MmNlN2IzZTdiZDNiNDhiZmU3ZGM1NDNlODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "faf9b3ea-4d13-4339-bf58-d7a536c7ccc3"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T07:31:26.582Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T07:31:26.583Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 05bf1fd7-0950-4e3e-99f3-1ef1a52ae675 ASDC
2021-09-29T07:31:26.682Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e99690ae-402b-4c7b-9149-ea344b58a035
ServiceName:vFW 2021-09-29 07-28-23
ServiceVersion:1.0
ServiceUUID:05bf1fd7-0950-4e3e-99f3-1ef1a52ae675
ServiceInvariantUUID:313ac697-b729-442f-9641-55bd4f324f63
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210929072823-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar
ArtifactUUID:faf9b3ea-4d13-4339-bf58-d7a536c7ccc3
ArtifactChecksum:ZWRmY2Q0MmNlN2IzZTdiZDNiNDhiZmU3ZGM1NDNlODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c9969562-a027 0
ResourceCustomizationUUID:7eab3dc7-31f0-4c0d-97c1-d1b2cc273990
ResourceInvariantUUID:f9b38e4e-9a74-4655-81ac-e0bdf3ed81ac
ResourceName:vFW c9969562-a027
ResourceType:VF
ResourceUUID:17bf4290-df57-4fb0-b1c2-8ec59b711876
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc9969562a0270_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json
ArtifactUUID:8ec93876-b83e-435d-9ec4-7ca187945c8d
ArtifactChecksum:NDNkYzdiOGIyMjkyNzI5MzE1MjNkNjJhYTM5MjYzOGE=
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/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml
ArtifactUUID:d95f132c-5e69-423f-9b9e-536d6b23159c
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/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env
ArtifactUUID:bd88764b-4b1e-40d5-869f-0a17a6deef0b
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/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env
ArtifactUUID:bd88764b-4b1e-40d5-869f-0a17a6deef0b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-29T07:31:26.683Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05bf1fd7-0950-4e3e-99f3-1ef1a52ae675 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-09-29T07:31:26.921Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T07:31:26.922Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:31:26.924Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:31:26.924Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: faf9b3ea-4d13-4339-bf58-d7a536c7ccc3 from URL: /sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:26.925Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:31:26.926Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:28.499Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:31:28.518Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar faf9b3ea-4d13-4339-bf58-d7a536c7ccc3 98760
2021-09-29T07:31:28.520Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar ASDC sendASDCNotification
2021-09-29T07:31:28.520Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:28.521Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:31:28.522Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:28.524Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:28.525Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900688519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:31:28.625Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:31:28.626Z||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-09-29T07:31:28.626Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:28.637Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:28.638Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:29.530Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T07:31:29.531Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:31:29.531Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: faf9b3ea-4d13-4339-bf58-d7a536c7ccc3, URL: /sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar to file: /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:29.533Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210929072823-csar.csar
2021-09-29T07:31:29.612Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:29.612Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:30.572Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11798510653313206463/Definitions/service-Vfw20210929072823-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
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
2021-09-29T07:31:33.099Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T07:31:33.104Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T07:31:33.104Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.104Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-29T07:31:33.104Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.104Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.104Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.104Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.104Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.105Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.105Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.105Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.105Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c9969562-a027 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-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.105Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.105Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.105Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.105Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:33.106Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T07:31:33.112Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.113Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:33.117Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is matching search criteria
2021-09-29T07:31:33.118Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T07:31:33.119Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c9969562-a027 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T07:31:33.121Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.121Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:33.122Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is matching search criteria
2021-09-29T07:31:33.122Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T07:31:33.122Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c9969562-a027 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T07:31:33.122Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.123Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:33.130Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.130Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is not matching search criteria
2021-09-29T07:31:33.130Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T07:31:33.130Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T07:31:33.130Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T07:31:33.131Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T07:31:33.131Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:33.131Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T07:31:33.132Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T07:31:33.132Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T07:31:33.132Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T07:31:33.132Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T07:31:33.133Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:33.133Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T07:31:33.133Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:33.133Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T07:31:33.134Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T07:31:33.134Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T07:31:33.134Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.134Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T07:31:33.136Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.136Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is matching search criteria
2021-09-29T07:31:33.136Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c9969562-a027 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:31:33.137Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.137Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is matching search criteria
2021-09-29T07:31:33.137Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c9969562-a027 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:31:33.138Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.138Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is matching search criteria
2021-09-29T07:31:33.138Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c9969562-a027 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:31:33.138Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.139Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is not matching search criteria
2021-09-29T07:31:33.139Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T07:31:33.139Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T07:31:33.139Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-29T07:31:33.140Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T07:31:33.140Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T07:31:33.140Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T07:31:33.140Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:33.141Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T07:31:33.141Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:33.141Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T07:31:33.141Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T07:31:33.141Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4e1d976d-f612-4fd9-8b93-aba9a36fdf83
2021-09-29T07:31:33.142Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.142Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is not matching search criteria
2021-09-29T07:31:33.142Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T07:31:33.142Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T07:31:33.143Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T07:31:33.143Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T07:31:33.143Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:33.143Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T07:31:33.144Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T07:31:33.144Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-29T07:31:33.144Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T07:31:33.144Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:33.144Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T07:31:33.145Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T07:31:33.145Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=894bb452-fb40-4b6f-ba53-981903d7b649
2021-09-29T07:31:33.145Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.146Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is not matching search criteria
2021-09-29T07:31:33.146Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T07:31:33.146Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T07:31:33.147Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T07:31:33.147Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T07:31:33.147Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:33.147Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T07:31:33.148Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T07:31:33.148Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T07:31:33.148Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T07:31:33.148Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T07:31:33.148Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:33.149Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-29T07:31:33.149Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c53cc40b-83a2-4d02-b2c2-3f7c526855a0
2021-09-29T07:31:33.149Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.149Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:33.150Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.150Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:33.150Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.150Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:33.151Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:33.151Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:33.151Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-29 07-28-23
Description:catalog service description
Model UUID:05bf1fd7-0950-4e3e-99f3-1ef1a52ae675
Model Version:NULL
Model InvariantUuid:313ac697-b729-442f-9641-55bd4f324f63
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c9969562-a027
Model UUID:c00aa39d-5f1d-40a5-80ec-61e45d7fdf6f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9b38e4e-9a74-4655-81ac-e0bdf3ed81ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7eab3dc7-31f0-4c0d-97c1-d1b2cc273990
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:383fa7b0-7be7-40ac-a15c-59a322acf884
ModelName:VfwC9969562A027..base_vfw..module-0
ModelUuid:7af6e7e4-dd0b-4785-b742-83631c612b02
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4e1d976d-f612-4fd9-8b93-aba9a36fdf83
ModelInvariantUuid:1aca8683-abcb-4cdf-b6c6-8147efb8a164
ModelName:vFW c9969562-a027-nodes.vfwCvfc
ModelUuid:8389ce42-003c-41fe-adda-78f2bd151291
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f97775e2-07ac-4390-8596-e41e69e6f042
ModelInvariantUuid:b2d03acc-4359-440c-b439-341813a98217
ModelName:VfwC9969562A027.compute.nodes.heat.vfw
ModelUuid:7b9d5ff9-b2e6-424b-b685-e9bff2684c8c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:894bb452-fb40-4b6f-ba53-981903d7b649
ModelInvariantUuid:9daf7ac4-ca64-4783-981a-0c6bc3e7fb51
ModelName:vFW c9969562-a027-nodes.vsnCvfc
ModelUuid:75faebe4-36eb-4e4f-82be-8c01fdb6ff0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:75440474-7810-4e40-993b-5f163de963b4
ModelInvariantUuid:eaa5bbd2-9b47-459f-9308-844d065cc8ee
ModelName:VfwC9969562A027.compute.nodes.heat.vsn
ModelUuid:e5337a5e-3d64-40a2-a44c-6b57fe0c1541
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c53cc40b-83a2-4d02-b2c2-3f7c526855a0
ModelInvariantUuid:49d7f7bc-2dbb-4242-9637-d4a20efa34f6
ModelName:vFW c9969562-a027-nodes.vpgCvfc
ModelUuid:17af3bca-39f9-43c5-978d-44b93de6c8a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:15889474-f00a-4e22-ab66-9f60d33c359f
ModelInvariantUuid:6bea3de7-bc60-4d16-bf62-072603953916
ModelName:VfwC9969562A027.compute.nodes.heat.vpg
ModelUuid:eb01b983-6bb7-41e3-8453-e2839850c408
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-09-29T07:31:33.176Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 17bf4290-df57-4fb0-b1c2-8ec59b711876
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-09-29T07:31:33.300Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||vFW c9969562-a027 0
2021-09-29T07:31:33.306Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17bf4290-df57-4fb0-b1c2-8ec59b711876
2021-09-29T07:31:33.306Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8ec93876-b83e-435d-9ec4-7ca187945c8d from URL: /sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json
2021-09-29T07:31:33.306Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:31:33.307Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json
2021-09-29T07:31:33.491Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:31:33.492Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json 8ec93876-b83e-435d-9ec4-7ca187945c8d 785
2021-09-29T07:31:33.492Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json ASDC sendASDCNotification
2021-09-29T07:31:33.492Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json
2021-09-29T07:31:33.492Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:31:33.493Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:33.496Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:33.496Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900693492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:31:33.596Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:31:33.597Z||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-09-29T07:31:33.597Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:33.606Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:33.607Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-29T07:31:34.497Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC9969562A027..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "383fa7b0-7be7-40ac-a15c-59a322acf884",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7af6e7e4-dd0b-4785-b742-83631c612b02",
    "vfModuleModelCustomizationUUID": "2d7ee652-f3b4-40ad-84e4-9fa5fdcdecee",
    "isBase": true,
    "artifacts": [
      "d95f132c-5e69-423f-9b9e-536d6b23159c",
      "bd88764b-4b1e-40d5-869f-0a17a6deef0b"
    ],
    "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-09-29T07:31:34.509Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC9969562A027..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7af6e7e4-dd0b-4785-b742-83631c612b02
VfModuleModelInvariantUUID:383fa7b0-7be7-40ac-a15c-59a322acf884
VfModuleModelDescription:NULL
Artifacts UUID List:{
d95f132c-5e69-423f-9b9e-536d6b23159c
,
bd88764b-4b1e-40d5-869f-0a17a6deef0b

}
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-09-29T07:31:34.511Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC9969562A027..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "383fa7b0-7be7-40ac-a15c-59a322acf884",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7af6e7e4-dd0b-4785-b742-83631c612b02",
    "vfModuleModelCustomizationUUID": "2d7ee652-f3b4-40ad-84e4-9fa5fdcdecee",
    "isBase": true,
    "artifacts": [
      "d95f132c-5e69-423f-9b9e-536d6b23159c",
      "bd88764b-4b1e-40d5-869f-0a17a6deef0b"
    ],
    "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-09-29T07:31:34.512Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC9969562A027..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7af6e7e4-dd0b-4785-b742-83631c612b02
VfModuleModelInvariantUUID:383fa7b0-7be7-40ac-a15c-59a322acf884
VfModuleModelDescription:NULL
Artifacts UUID List:{
d95f132c-5e69-423f-9b9e-536d6b23159c
,
bd88764b-4b1e-40d5-869f-0a17a6deef0b

}
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-09-29T07:31:34.512Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d95f132c-5e69-423f-9b9e-536d6b23159c from URL: /sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml
2021-09-29T07:31:34.512Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:31:34.512Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml
2021-09-29T07:31:35.368Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:31:35.369Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml d95f132c-5e69-423f-9b9e-536d6b23159c 20368
2021-09-29T07:31:35.370Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-29T07:31:35.370Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml
2021-09-29T07:31:35.370Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:31:35.370Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:35.371Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:35.372Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900695370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:31:35.472Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:31:35.473Z||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-09-29T07:31:35.473Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:35.483Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:35.483Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:36.373Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bd88764b-4b1e-40d5-869f-0a17a6deef0b from URL: /sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env
2021-09-29T07:31:36.373Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:31:36.374Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env
2021-09-29T07:31:39.339Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:31:39.340Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env bd88764b-4b1e-40d5-869f-0a17a6deef0b 2098
2021-09-29T07:31:39.340Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-29T07:31:39.340Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env
2021-09-29T07:31:39.340Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:31:39.341Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:39.344Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:39.344Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900699340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:31:39.444Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:31:39.447Z||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-09-29T07:31:39.447Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:39.459Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:39.460Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:40.344Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 05bf1fd7-0950-4e3e-99f3-1ef1a52ae675
2021-09-29T07:31:40.345Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c9969562-a027 0 17bf4290-df57-4fb0-b1c2-8ec59b711876 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-09-29T07:31:40.388Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@aae5e07, org.onap.sdc.toscaparser.api.parameters.Input@6184bf24, org.onap.sdc.toscaparser.api.parameters.Input@515bc497, org.onap.sdc.toscaparser.api.parameters.Input@4561361b, org.onap.sdc.toscaparser.api.parameters.Input@3dc706d6]
2021-09-29T07:31:40.392Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.392Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:40.392Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-29T07:31:40.392Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7eab3dc7-31f0-4c0d-97c1-d1b2cc273990
2021-09-29T07:31:40.392Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7eab3dc7-31f0-4c0d-97c1-d1b2cc273990 matches Tosca VF Customization UUID: 7eab3dc7-31f0-4c0d-97c1-d1b2cc273990
2021-09-29T07:31:40.392Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7eab3dc7-31f0-4c0d-97c1-d1b2cc273990  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-09-29T07:31:40.401Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.402Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:40.403Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7eab3dc7-31f0-4c0d-97c1-d1b2cc273990: {\"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-09-29T07:31:40.403Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e80e821
2021-09-29T07:31:40.403Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.403Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T07:31:40.404Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d7ee652-f3b4-40ad-84e4-9fa5fdcdecee
2021-09-29T07:31:40.405Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d7ee652-f3b4-40ad-84e4-9fa5fdcdecee
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-09-29T07:31:40.412Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.412Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is matching search criteria
2021-09-29T07:31:40.413Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c9969562-a027 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:31:40.414Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.414Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is matching search criteria
2021-09-29T07:31:40.414Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c9969562-a027 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:31:40.414Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.414Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is not matching search criteria
2021-09-29T07:31:40.414Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T07:31:40.415Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T07:31:40.415Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-29T07:31:40.415Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T07:31:40.415Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T07:31:40.415Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T07:31:40.415Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:40.416Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T07:31:40.416Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:40.416Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T07:31:40.416Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T07:31:40.416Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4e1d976d-f612-4fd9-8b93-aba9a36fdf83
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-09-29T07:31:40.428Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.429Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is matching search criteria
2021-09-29T07:31:40.429Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c9969562-a027 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:31:40.429Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.429Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is not matching search criteria
2021-09-29T07:31:40.429Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T07:31:40.430Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T07:31:40.430Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T07:31:40.430Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T07:31:40.430Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:40.430Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T07:31:40.430Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T07:31:40.431Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-29T07:31:40.431Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T07:31:40.431Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:40.431Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T07:31:40.432Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T07:31:40.432Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=894bb452-fb40-4b6f-ba53-981903d7b649
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-09-29T07:31:40.434Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.435Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is matching search criteria
2021-09-29T07:31:40.435Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c9969562-a027 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:31:40.438Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.438Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is not matching search criteria
2021-09-29T07:31:40.439Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T07:31:40.439Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T07:31:40.439Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T07:31:40.439Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T07:31:40.440Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:40.440Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T07:31:40.440Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T07:31:40.440Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T07:31:40.440Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T07:31:40.441Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T07:31:40.441Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T07:31:40.441Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-29T07:31:40.441Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c53cc40b-83a2-4d02-b2c2-3f7c526855a0
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-09-29T07:31:40.444Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.444Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is matching search criteria
2021-09-29T07:31:40.444Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c9969562-a027 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:31:40.445Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.445Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Node template vFW c9969562-a027 0 is matching search criteria
2021-09-29T07:31:40.445Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c9969562-a027 0] matching following query criteria: sdcType=VF, customizationUUID=7eab3dc7-31f0-4c0d-97c1-d1b2cc273990
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-09-29T07:31:40.447Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.447Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:40.448Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 05bf1fd7-0950-4e3e-99f3-1ef1a52ae675: vFW c9969562-a027
2021-09-29T07:31:40.448Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.448Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:40.448Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.449Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:40.449Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.449Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:40.449Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.449Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:40.450Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:31:40.450Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 07-28-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:31:40.450Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-09-29 07-28-23 
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-09-29T07:31:40.775Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c9969562-a027 17bf4290-df57-4fb0-b1c2-8ec59b711876 1 ASDC deployResourceStructure
2021-09-29T07:31:40.775Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json ASDC sendASDCNotification
2021-09-29T07:31:40.776Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json
2021-09-29T07:31:40.776Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:31:40.776Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:40.778Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:40.778Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900700775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:31:40.878Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:31:40.879Z||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-09-29T07:31:40.880Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:40.905Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:40.906Z||pool-14-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:41.778Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-29T07:31:41.779Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml
2021-09-29T07:31:41.779Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:31:41.779Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:41.781Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:41.781Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900701778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T07:31:41.881Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:31:41.882Z||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-09-29T07:31:41.882Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:41.893Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:41.893Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:42.782Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-29T07:31:42.782Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env
2021-09-29T07:31:42.782Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:31:42.782Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:42.784Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:42.784Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900702782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-29T07:31:42.884Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:31:42.885Z||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-09-29T07:31:42.885Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:42.895Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:42.895Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:43.784Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar ASDC sendASDCNotification
2021-09-29T07:31:43.785Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar
2021-09-29T07:31:43.785Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:31:43.785Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:31:43.788Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:31:43.788Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900703784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:31:43.888Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:31:43.889Z||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-09-29T07:31:43.890Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:31:43.915Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:31:43.915Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:31:44.789Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:31:44.829Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:31:44.833Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:31:44.833Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:31:44.833Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:32:14.835Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:32:14.856Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:32:14.860Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:32:14.861Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:32:14.861Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:32:18.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:32:18.887Z||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-09-29T07:32:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:32:18.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:32:18.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:32:18.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900674106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:32:18.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:32:44.861Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:32:44.880Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:32:44.882Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:32:44.883Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:32:44.883Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:33:14.883Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:33:14.894Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:33:14.896Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:33:14.897Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:33:14.897Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:33:18.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:33:18.887Z||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-09-29T07:33:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:33:18.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:33:18.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:33:18.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "policy-id",
  "timestamp": 1632900672443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:33:18.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:33:44.898Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:33:44.924Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:33:44.929Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:33:44.930Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:33:44.930Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:34:14.930Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:34:14.942Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:34:14.947Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:34:14.947Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:34:14.947Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:34:18.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:34:18.888Z||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-09-29T07:34:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:34:19.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:34:19.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "dcae-sch",
  "timestamp": 1632900676093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900674106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "clamp",
  "timestamp": 1632900679812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:34:19.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900679965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "dcae-sch",
  "timestamp": 1632900676093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900674106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:34:19.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "clamp",
  "timestamp": 1632900679812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:34:19.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:34:19.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900679965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "dcae-sch",
  "timestamp": 1632900676093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900681849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:34:19.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "clamp",
  "timestamp": 1632900679812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "cds",
  "timestamp": 1632900682581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:34:19.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900679965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "dcae-sch",
  "timestamp": 1632900676093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "clamp",
  "timestamp": 1632900679812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-29T07:34:19.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "policy-id",
  "timestamp": 1632900683570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:34:19.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "cds",
  "timestamp": 1632900683610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-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-09-29T07:34:19.446Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e99690ae-402b-4c7b-9149-ea344b58a035
2021-09-29T07:34:19.447Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e99690ae-402b-4c7b-9149-ea344b58a035 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-09-29T07:34:19.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900679965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "clamp",
  "timestamp": 1632900679812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "policy-id",
  "timestamp": 1632900684579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:34:19.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900679965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900685307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:34:19.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "clamp",
  "timestamp": 1632900679812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900678884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:34:19.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900685552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:34:19.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "policy-id",
  "timestamp": 1632900685585,
  "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-09-29T07:34:19.473Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e99690ae-402b-4c7b-9149-ea344b58a035
2021-09-29T07:34:19.474Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e99690ae-402b-4c7b-9149-ea344b58a035 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-09-29T07:34:19.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900679965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "aai-ml",
  "timestamp": 1632900685160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "clamp",
  "timestamp": 1632900679812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:34:19.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900679965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "aai-ml",
  "timestamp": 1632900685160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "aai-ml",
  "timestamp": 1632900685160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900688299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:34:19.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900688519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:34:19.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "aai-ml",
  "timestamp": 1632900685160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "aai-ml",
  "timestamp": 1632900685160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900690754,
  "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-09-29T07:34:19.498Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e99690ae-402b-4c7b-9149-ea344b58a035
2021-09-29T07:34:19.498Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e99690ae-402b-4c7b-9149-ea344b58a035 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-09-29T07:34:19.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "aai-ml",
  "timestamp": 1632900685160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:34:19.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900691089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:34:19.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900691757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:34:19.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "aai-ml",
  "timestamp": 1632900685160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:34:19.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:34:19.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900692097,
  "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-09-29T07:34:19.519Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e99690ae-402b-4c7b-9149-ea344b58a035
2021-09-29T07:34:19.519Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e99690ae-402b-4c7b-9149-ea344b58a035 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-09-29T07:34:19.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "aai-ml",
  "timestamp": 1632900693251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:34:19.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900693492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:34:19.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900695370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:34:19.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900699340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:34:19.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900700775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/vfwc9969562a0270_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:34:19.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900701778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T07:34:19.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900702782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/resourceInstances/vfwc9969562a0270/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-29T07:34:19.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900703784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:34:19.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "clamp",
  "timestamp": 1632900705796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:34:19.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "clamp",
  "timestamp": 1632900707809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:34:19.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "clamp",
  "timestamp": 1632900708813,
  "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-09-29T07:34:19.542Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e99690ae-402b-4c7b-9149-ea344b58a035
2021-09-29T07:34:19.543Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e99690ae-402b-4c7b-9149-ea344b58a035 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-09-29T07:34:19.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "aai-ml",
  "timestamp": 1632900710629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929072823/1.0/artifacts/service-Vfw20210929072823-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:34:19.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:34:19.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:34:19.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "aai-ml",
  "timestamp": 1632900711637,
  "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-09-29T07:34:19.558Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e99690ae-402b-4c7b-9149-ea344b58a035
2021-09-29T07:34:19.558Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e99690ae-402b-4c7b-9149-ea344b58a035 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-09-29T07:34:44.948Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:34:44.959Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:34:44.963Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:34:44.964Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T07:34:44.964Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T07:34:44.964Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T07:34:44.964Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:34:44.964Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:34:44.964Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:34:44.964Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:34:44.965Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:34:44.965Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:34:44.965Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T07:34:44.971Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T07:35:14.973Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e99690ae-402b-4c7b-9149-ea344b58a035 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-09-29T07:35:15.003Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e99690ae-402b-4c7b-9149-ea344b58a035 and serviceModelVersionId: 05bf1fd7-0950-4e3e-99f3-1ef1a52ae675
2021-09-29T07:35:15.003Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 313ac697-b729-442f-9641-55bd4f324f63
2021-09-29T07:35:18.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:35:18.899Z||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-09-29T07:35:18.900Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:19.282Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:19.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900899965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "dcae-sch",
  "timestamp": 1632900896091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "cds",
  "timestamp": 1632900900879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "aai-ml",
  "timestamp": 1632900895157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900899965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "cds",
  "timestamp": 1632900900879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "dcae-sch",
  "timestamp": 1632900896091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "aai-ml",
  "timestamp": 1632900895157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900899965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "dcae-sch",
  "timestamp": 1632900896091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "cds",
  "timestamp": 1632900900879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "aai-ml",
  "timestamp": 1632900895157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900899965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "aai-ml",
  "timestamp": 1632900895157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "dcae-sch",
  "timestamp": 1632900896091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "cds",
  "timestamp": 1632900900879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900899965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "aai-ml",
  "timestamp": 1632900895157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "dcae-sch",
  "timestamp": 1632900896091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "cds",
  "timestamp": 1632900900879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "aai-ml",
  "timestamp": 1632900895157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "cds",
  "timestamp": 1632900900879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900899965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "dcae-sch",
  "timestamp": 1632900896091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632900899965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "cds",
  "timestamp": 1632900900879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:35:19.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "aai-ml",
  "timestamp": 1632900895157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:35:19.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "dcae-sch",
  "timestamp": 1632900896091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900909554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900909554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:35:19.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "cds",
  "timestamp": 1632900911397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:35:19.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:35:19.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "aai-ml",
  "timestamp": 1632900911431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:35:19.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:35:19.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900909554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:35:19.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "cds",
  "timestamp": 1632900912407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-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-09-29T07:35:19.322Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f93c3fbf-e565-41ac-877d-04b41b96035a
2021-09-29T07:35:19.323Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f93c3fbf-e565-41ac-877d-04b41b96035a 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-09-29T07:35:19.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "policy-id",
  "timestamp": 1632900912444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900909554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "policy-id",
  "timestamp": 1632900912444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900909554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-29T07:35:19.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900914104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "policy-id",
  "timestamp": 1632900912444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:35:19.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900909554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900914104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "policy-id",
  "timestamp": 1632900912444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900909554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:35:19.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900914104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "policy-id",
  "timestamp": 1632900912444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900914104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "policy-id",
  "timestamp": 1632900912444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:19.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T07:35:19.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900914104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:19.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:35:29.483Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/313ac697-b729-442f-9641-55bd4f324f63/model-vers/model-ver/05bf1fd7-0950-4e3e-99f3-1ef1a52ae675?depth=0
2021-09-29T07:35:29.592Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T07:35:30.055Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/313ac697-b729-442f-9641-55bd4f324f63/model-vers/model-ver/05bf1fd7-0950-4e3e-99f3-1ef1a52ae675?depth=0|INFO|500||Invoke
2021-09-29T07:35:30.062Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/313ac697-b729-442f-9641-55bd4f324f63/model-vers/model-ver/05bf1fd7-0950-4e3e-99f3-1ef1a52ae675?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/313ac697-b729-442f-9641-55bd4f324f63/model-vers/model-ver/05bf1fd7-0950-4e3e-99f3-1ef1a52ae675?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e99690ae-402b-4c7b-9149-ea344b58a035], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c367fd94-b5fe-48e1-a46d-9d2d1f51b315], X-ECOMP-RequestID=[e99690ae-402b-4c7b-9149-ea344b58a035], X-TransactionId=[], X-ONAP-RequestID=[e99690ae-402b-4c7b-9149-ea344b58a035], Content-Type=[application/merge-patch+json]}
2021-09-29T07:35:30.198Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/313ac697-b729-442f-9641-55bd4f324f63/model-vers/model-ver/05bf1fd7-0950-4e3e-99f3-1ef1a52ae675?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T07:35:30.555Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/313ac697-b729-442f-9641-55bd4f324f63/model-vers/model-ver/05bf1fd7-0950-4e3e-99f3-1ef1a52ae675?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/313ac697-b729-442f-9641-55bd4f324f63/model-vers/model-ver/05bf1fd7-0950-4e3e-99f3-1ef1a52ae675?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-07:35:30:209-13264], vertex-id=[192592], Content-Length=[0], Date=[Wed, 29 Sep 2021 07:35:30 GMT], Content-Type=[application/json]}
2021-09-29T07:35:30.557Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/313ac697-b729-442f-9641-55bd4f324f63/model-vers/model-ver/05bf1fd7-0950-4e3e-99f3-1ef1a52ae675?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T07:35:30.557Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/313ac697-b729-442f-9641-55bd4f324f63/model-vers/model-ver/05bf1fd7-0950-4e3e-99f3-1ef1a52ae675?depth=0|INFO|500||InvokeReturn
2021-09-29T07:35:30.561Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T07:35:30.562Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||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-09-29T07:35:30.568Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T07:35:30.575Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e99690ae-402b-4c7b-9149-ea344b58a035 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T07:35:30.576Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T07:35:30.577Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:30.580Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:30.580Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900930575,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T07:35:30.680Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:30.681Z||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-09-29T07:35:30.681Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:30.708Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:30.709Z||pool-18-thread-1|||||INFO|500||cambria reply ok (28 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-09-29T07:35:31.594Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:35:31.594Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:35:31.595Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:35.957Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:35.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T07:35:35.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f93c3fbf-e565-41ac-877d-04b41b96035a","serviceName":"basic_onboard_ylRovF","serviceVersion":"1.0","serviceUUID":"926e7431-ce98-4526-81a9-9d47c86197c5","serviceDescription":"service","serviceInvariantUUID":"dbd38b70-6889-42f8-929f-f4397a37f868","resources":[{"resourceInstanceName":"basic_onboard_ylRovF 0","resourceName":"basic_onboard_ylRovF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa4fb930-9a7a-420e-93ff-ddfe6c7fe9f0","resourceInvariantUUID":"390568b7-05cc-40fc-80ad-1b83245652b5","resourceCustomizationUUID":"d68a9829-3932-4206-b177-1c899fb85d9b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vf-license-model.xml","artifactChecksum":"ZmFiZDM3NzdhZGNjYzgzNWM0NzI2ZDc2ZmQ5MTgwZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0005fadf-0b19-426f-90f8-aeae17976d19","artifactVersion":"1"},{"artifactName":"basic_onboard_ylrovf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json","artifactChecksum":"YmI0YmNmZDNjMzE1ODg0OWJkODA3ZTg0MGJkYzc5ODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2426da8c-e887-4a77-9ec3-0d5392af9673","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"258c53a6-d7b8-4dae-90c1-064162868509","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f43c6159-eb58-4577-bc3d-a748e18311b1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d0a55d94-d475-43ec-9a3c-179aa3c74db5","artifactVersion":"2","generatedFromUUID":"258c53a6-d7b8-4dae-90c1-064162868509"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYlrovf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-template.yml","artifactChecksum":"ZGM4ZWViNmU4ZjVjZDJkOWE1Y2ViNDBjYjg1MWIxY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9de6190-d643-41d0-b396-3cd6d4155bcb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYlrovf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar","artifactChecksum":"NjJmNmMwMmJlMTA0MTAzZGRhNDI5NDQyYzBjMzJhNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"858ac559-28cc-4026-a213-6be859fe5236","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T07:35:35.961Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:35:35.961Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:35.964Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:35.964Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:36.064Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:36.065Z||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-09-29T07:35:36.065Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:36.075Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:36.075Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-29T07:35:36.965Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:35:36.965Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:36.967Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:36.967Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:35:37.067Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:37.068Z||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-09-29T07:35:37.068Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:37.080Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:37.081Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:35:37.967Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:35:37.968Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:37.970Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:37.970Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:35:38.070Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:38.072Z||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-09-29T07:35:38.073Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:38.094Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:38.096Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:35:38.970Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:35:38.972Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:38.977Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:38.978Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:39.078Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:39.079Z||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-09-29T07:35:39.079Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:39.092Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:39.092Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-29T07:35:39.978Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:35:39.979Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:39.981Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:39.981Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-29T07:35:40.081Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:40.082Z||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-09-29T07:35:40.082Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:40.093Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:40.094Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:35:40.981Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:35:40.983Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:40.987Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:40.987Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:35:41.087Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:41.088Z||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-09-29T07:35:41.088Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:41.098Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:41.098Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:35:41.988Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:35:41.988Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:41.990Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:41.990Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:35:42.090Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:42.091Z||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-09-29T07:35:42.091Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:42.103Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:42.104Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:35:42.992Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "serviceName": "basic_onboard_ylRovF",
  "serviceVersion": "1.0",
  "serviceUUID": "926e7431-ce98-4526-81a9-9d47c86197c5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dbd38b70-6889-42f8-929f-f4397a37f868",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ylRovF 0",
      "resourceCustomizationUUID": "d68a9829-3932-4206-b177-1c899fb85d9b",
      "resourceName": "basic_onboard_ylRovF",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fa4fb930-9a7a-420e-93ff-ddfe6c7fe9f0",
      "resourceInvariantUUID": "390568b7-05cc-40fc-80ad-1b83245652b5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ylrovf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
          "artifactChecksum": "YmI0YmNmZDNjMzE1ODg0OWJkODA3ZTg0MGJkYzc5ODM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2426da8c-e887-4a77-9ec3-0d5392af9673",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "258c53a6-d7b8-4dae-90c1-064162868509",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d0a55d94-d475-43ec-9a3c-179aa3c74db5",
            "generatedFromUUID": "258c53a6-d7b8-4dae-90c1-064162868509"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d0a55d94-d475-43ec-9a3c-179aa3c74db5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYlrovf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
      "artifactChecksum": "NjJmNmMwMmJlMTA0MTAzZGRhNDI5NDQyYzBjMzJhNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "858ac559-28cc-4026-a213-6be859fe5236"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T07:35:42.992Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T07:35:42.992Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 926e7431-ce98-4526-81a9-9d47c86197c5 ASDC
2021-09-29T07:35:42.993Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f93c3fbf-e565-41ac-877d-04b41b96035a
ServiceName:basic_onboard_ylRovF
ServiceVersion:1.0
ServiceUUID:926e7431-ce98-4526-81a9-9d47c86197c5
ServiceInvariantUUID:dbd38b70-6889-42f8-929f-f4397a37f868
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYlrovf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar
ArtifactUUID:858ac559-28cc-4026-a213-6be859fe5236
ArtifactChecksum:NjJmNmMwMmJlMTA0MTAzZGRhNDI5NDQyYzBjMzJhNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ylRovF 0
ResourceCustomizationUUID:d68a9829-3932-4206-b177-1c899fb85d9b
ResourceInvariantUUID:390568b7-05cc-40fc-80ad-1b83245652b5
ResourceName:basic_onboard_ylRovF
ResourceType:VF
ResourceUUID:fa4fb930-9a7a-420e-93ff-ddfe6c7fe9f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ylrovf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json
ArtifactUUID:2426da8c-e887-4a77-9ec3-0d5392af9673
ArtifactChecksum:YmI0YmNmZDNjMzE1ODg0OWJkODA3ZTg0MGJkYzc5ODM=
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/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:258c53a6-d7b8-4dae-90c1-064162868509
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/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env
ArtifactUUID:d0a55d94-d475-43ec-9a3c-179aa3c74db5
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/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env
ArtifactUUID:d0a55d94-d475-43ec-9a3c-179aa3c74db5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-29T07:35:42.993Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 926e7431-ce98-4526-81a9-9d47c86197c5 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-09-29T07:35:43.039Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T07:35:43.040Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-29T07:35:43.041Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-29T07:35:43.041Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 858ac559-28cc-4026-a213-6be859fe5236 from URL: /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:43.041Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-29T07:35:43.041Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:44.168Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-29T07:35:44.172Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar 858ac559-28cc-4026-a213-6be859fe5236 71373
2021-09-29T07:35:44.173Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar ASDC sendASDCNotification
2021-09-29T07:35:44.173Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:44.173Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:35:44.173Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:44.175Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:44.175Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900944172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:35:44.275Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:44.276Z||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-09-29T07:35:44.276Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:44.287Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:44.288Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-29T07:35:45.175Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T07:35:45.178Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-29T07:35:45.178Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 858ac559-28cc-4026-a213-6be859fe5236, URL: /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar to file: /app/ASDC/1/service-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:45.179Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:45.179Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:45.180Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:45.400Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15608737792288589003/Definitions/service-BasicOnboardYlrovf-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-09-29T07:35:46.473Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T07:35:46.473Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-29T07:35:46.473Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:46.474Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-29T07:35:46.474Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ylRovF 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-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:46.474Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||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-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:46.474Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||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-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:46.474Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||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-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:46.474Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||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-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:46.475Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:46.475Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:46.476Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||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-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:46.477Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||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-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:46.477Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-29T07:35:46.477Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.477Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:46.478Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ylRovF 0 is matching search criteria
2021-09-29T07:35:46.478Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-29T07:35:46.478Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ylRovF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T07:35:46.479Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.479Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:46.479Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ylRovF 0 is matching search criteria
2021-09-29T07:35:46.479Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-29T07:35:46.479Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ylRovF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T07:35:46.480Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.480Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:46.480Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.481Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ylRovF 0 is not matching search criteria
2021-09-29T07:35:46.481Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-29T07:35:46.481Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-29T07:35:46.481Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-29T07:35:46.481Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T07:35:46.482Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T07:35:46.482Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.482Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T07:35:46.482Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.483Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ylRovF 0 is matching search criteria
2021-09-29T07:35:46.483Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ylRovF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:35:46.483Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.483Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ylRovF 0 is matching search criteria
2021-09-29T07:35:46.484Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ylRovF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:35:46.484Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.484Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ylRovF 0 is matching search criteria
2021-09-29T07:35:46.484Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ylRovF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:35:46.485Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.485Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ylRovF 0 is not matching search criteria
2021-09-29T07:35:46.485Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-29T07:35:46.485Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T07:35:46.486Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2ad56d38-3594-4b98-81b9-8ddba4268135
2021-09-29T07:35:46.486Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.486Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:46.486Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.486Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:46.487Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.487Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:46.487Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:46.487Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:46.488Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ylRovF
Description:service
Model UUID:926e7431-ce98-4526-81a9-9d47c86197c5
Model Version:NULL
Model InvariantUuid:dbd38b70-6889-42f8-929f-f4397a37f868
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ylRovF
Model UUID:f5677029-73e2-4cac-8bfd-48aff2daed6f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:390568b7-05cc-40fc-80ad-1b83245652b5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d68a9829-3932-4206-b177-1c899fb85d9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:407b356b-1cfb-4364-a196-552712edc508
ModelName:BasicOnboardYlrovf..base_ubuntu18..module-0
ModelUuid:efc32004-2433-4f32-bf37-58ee86e1c22b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2ad56d38-3594-4b98-81b9-8ddba4268135
ModelInvariantUuid:ada9f0e9-46aa-46ba-af17-e17e7b28749a
ModelName:basic_onboard_ylRovF-nodes.ubuntu18Cvfc
ModelUuid:94ca0189-2968-46eb-a672-79f52aaddb3f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5d2d2a61-fb88-45b3-a7a5-3c3dcd7f204f
ModelInvariantUuid:2a82b771-c6f5-4f03-ae59-24d358c2fca4
ModelName:BasicOnboardYlrovf.compute.nodes.heat.ubuntu18
ModelUuid:a8f308fb-c988-4a18-878f-e499ebb66a95
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-09-29T07:35:46.498Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fa4fb930-9a7a-420e-93ff-ddfe6c7fe9f0
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-09-29T07:35:46.501Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||basic_onboard_ylRovF 0
2021-09-29T07:35:46.501Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa4fb930-9a7a-420e-93ff-ddfe6c7fe9f0
2021-09-29T07:35:46.501Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2426da8c-e887-4a77-9ec3-0d5392af9673 from URL: /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json
2021-09-29T07:35:46.502Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-29T07:35:46.502Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json
2021-09-29T07:35:47.642Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-29T07:35:47.643Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json 2426da8c-e887-4a77-9ec3-0d5392af9673 798
2021-09-29T07:35:47.643Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json ASDC sendASDCNotification
2021-09-29T07:35:47.643Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json
2021-09-29T07:35:47.644Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:35:47.644Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:47.646Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:47.646Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900947643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:35:47.746Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:47.747Z||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-09-29T07:35:47.748Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:47.772Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:47.773Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:35:48.647Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYlrovf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "407b356b-1cfb-4364-a196-552712edc508",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "efc32004-2433-4f32-bf37-58ee86e1c22b",
    "vfModuleModelCustomizationUUID": "5773c95c-46fa-4e1e-8ae6-3fb14a9c0769",
    "isBase": true,
    "artifacts": [
      "258c53a6-d7b8-4dae-90c1-064162868509",
      "d0a55d94-d475-43ec-9a3c-179aa3c74db5"
    ],
    "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-09-29T07:35:48.651Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlrovf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efc32004-2433-4f32-bf37-58ee86e1c22b
VfModuleModelInvariantUUID:407b356b-1cfb-4364-a196-552712edc508
VfModuleModelDescription:NULL
Artifacts UUID List:{
258c53a6-d7b8-4dae-90c1-064162868509
,
d0a55d94-d475-43ec-9a3c-179aa3c74db5

}
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-09-29T07:35:48.653Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYlrovf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "407b356b-1cfb-4364-a196-552712edc508",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "efc32004-2433-4f32-bf37-58ee86e1c22b",
    "vfModuleModelCustomizationUUID": "5773c95c-46fa-4e1e-8ae6-3fb14a9c0769",
    "isBase": true,
    "artifacts": [
      "258c53a6-d7b8-4dae-90c1-064162868509",
      "d0a55d94-d475-43ec-9a3c-179aa3c74db5"
    ],
    "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-09-29T07:35:48.653Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlrovf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efc32004-2433-4f32-bf37-58ee86e1c22b
VfModuleModelInvariantUUID:407b356b-1cfb-4364-a196-552712edc508
VfModuleModelDescription:NULL
Artifacts UUID List:{
258c53a6-d7b8-4dae-90c1-064162868509
,
d0a55d94-d475-43ec-9a3c-179aa3c74db5

}
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-09-29T07:35:48.653Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 258c53a6-d7b8-4dae-90c1-064162868509 from URL: /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml
2021-09-29T07:35:48.654Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-29T07:35:48.654Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml
2021-09-29T07:35:48.879Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-29T07:35:48.880Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml 258c53a6-d7b8-4dae-90c1-064162868509 5033
2021-09-29T07:35:48.881Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-29T07:35:48.881Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml
2021-09-29T07:35:48.881Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:35:48.881Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:48.883Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:48.883Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900948881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:35:48.983Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:48.984Z||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-09-29T07:35:48.985Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:48.999Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:48.999Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:35:49.884Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d0a55d94-d475-43ec-9a3c-179aa3c74db5 from URL: /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env
2021-09-29T07:35:49.884Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-29T07:35:49.884Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env
2021-09-29T07:35:50.042Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-29T07:35:50.042Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env d0a55d94-d475-43ec-9a3c-179aa3c74db5 909
2021-09-29T07:35:50.042Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-29T07:35:50.042Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env
2021-09-29T07:35:50.042Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:35:50.043Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:50.044Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:50.044Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900950042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:35:50.145Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:50.145Z||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-09-29T07:35:50.146Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:50.156Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:50.157Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:35:51.049Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 926e7431-ce98-4526-81a9-9d47c86197c5
2021-09-29T07:35:51.050Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ylRovF 0 fa4fb930-9a7a-420e-93ff-ddfe6c7fe9f0 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-09-29T07:35:51.067Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b541a5a, org.onap.sdc.toscaparser.api.parameters.Input@cd832be, org.onap.sdc.toscaparser.api.parameters.Input@3f66f250, org.onap.sdc.toscaparser.api.parameters.Input@639ab615, org.onap.sdc.toscaparser.api.parameters.Input@1867e6f6]
2021-09-29T07:35:51.069Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.069Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:51.069Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-29T07:35:51.069Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d68a9829-3932-4206-b177-1c899fb85d9b
2021-09-29T07:35:51.069Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d68a9829-3932-4206-b177-1c899fb85d9b matches Tosca VF Customization UUID: d68a9829-3932-4206-b177-1c899fb85d9b
2021-09-29T07:35:51.069Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d68a9829-3932-4206-b177-1c899fb85d9b  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-09-29T07:35:51.071Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.072Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:51.072Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d68a9829-3932-4206-b177-1c899fb85d9b: {\"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-09-29T07:35:51.072Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b07d9a0
2021-09-29T07:35:51.072Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.073Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T07:35:51.073Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5773c95c-46fa-4e1e-8ae6-3fb14a9c0769
2021-09-29T07:35:51.073Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5773c95c-46fa-4e1e-8ae6-3fb14a9c0769
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-09-29T07:35:51.075Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.075Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ylRovF 0 is matching search criteria
2021-09-29T07:35:51.075Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ylRovF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:35:51.076Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.076Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ylRovF 0 is matching search criteria
2021-09-29T07:35:51.076Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ylRovF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:35:51.076Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.076Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ylRovF 0 is not matching search criteria
2021-09-29T07:35:51.077Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-29T07:35:51.077Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T07:35:51.077Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2ad56d38-3594-4b98-81b9-8ddba4268135
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-09-29T07:35:51.080Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.080Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ylRovF 0 is matching search criteria
2021-09-29T07:35:51.080Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ylRovF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:35:51.081Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.081Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ylRovF 0 is matching search criteria
2021-09-29T07:35:51.081Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ylRovF 0] matching following query criteria: sdcType=VF, customizationUUID=d68a9829-3932-4206-b177-1c899fb85d9b
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-09-29T07:35:51.083Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.083Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:51.083Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 926e7431-ce98-4526-81a9-9d47c86197c5: basic_onboard_ylRovF
2021-09-29T07:35:51.083Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.084Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:51.084Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.084Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:51.085Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.085Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:51.085Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.085Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:51.085Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:35:51.086Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ylRovF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:35:51.086Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_ylRovF 
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-09-29T07:35:51.173Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ylRovF fa4fb930-9a7a-420e-93ff-ddfe6c7fe9f0 1 ASDC deployResourceStructure
2021-09-29T07:35:51.174Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json ASDC sendASDCNotification
2021-09-29T07:35:51.174Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json
2021-09-29T07:35:51.174Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:35:51.175Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:51.176Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:51.176Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900951174,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:35:51.277Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:51.278Z||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-09-29T07:35:51.278Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:51.287Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:51.287Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:35:52.177Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-29T07:35:52.178Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml
2021-09-29T07:35:52.178Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:35:52.178Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:52.180Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:52.180Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900952177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T07:35:52.280Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:52.281Z||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-09-29T07:35:52.282Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:52.294Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:52.295Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:35:53.185Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-29T07:35:53.186Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env
2021-09-29T07:35:53.186Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:35:53.186Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:53.189Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:53.189Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900953185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-29T07:35:53.289Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:53.290Z||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-09-29T07:35:53.290Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:53.300Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:53.301Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:35:54.196Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar ASDC sendASDCNotification
2021-09-29T07:35:54.197Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar
2021-09-29T07:35:54.197Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:35:54.198Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:35:54.199Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:35:54.200Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900954196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:35:54.300Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:35:54.301Z||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-09-29T07:35:54.301Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:35:54.313Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:35:54.313Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:35:55.202Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f93c3fbf-e565-41ac-877d-04b41b96035a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:35:55.216Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f93c3fbf-e565-41ac-877d-04b41b96035a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:35:55.220Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:35:55.220Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:35:55.220Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:36:18.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:36:18.890Z||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-09-29T07:36:18.890Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:36:18.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:36:18.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:36:18.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "policy-id",
  "timestamp": 1632900912444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:36:18.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:36:25.221Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f93c3fbf-e565-41ac-877d-04b41b96035a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:36:25.242Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f93c3fbf-e565-41ac-877d-04b41b96035a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:36:25.244Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:36:25.244Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:36:25.245Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:36:55.245Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f93c3fbf-e565-41ac-877d-04b41b96035a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:36:55.258Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f93c3fbf-e565-41ac-877d-04b41b96035a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:36:55.262Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:36:55.262Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:36:55.262Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:37:18.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:37:18.887Z||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-09-29T07:37:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:37:19.411Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:37:19.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900914104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:37:19.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "clamp",
  "timestamp": 1632900919811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:37:19.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900914104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:37:19.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "clamp",
  "timestamp": 1632900919811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:37:19.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900922246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:37:19.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "clamp",
  "timestamp": 1632900919811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:37:19.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "clamp",
  "timestamp": 1632900919811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:37:19.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "clamp",
  "timestamp": 1632900919811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:37:19.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "policy-id",
  "timestamp": 1632900924455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:37:19.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900925363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:37:19.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "clamp",
  "timestamp": 1632900919811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:37:19.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "policy-id",
  "timestamp": 1632900925462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:37:19.421Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900925495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:37:19.421Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "aai-ml",
  "timestamp": 1632900925727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:37:19.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "clamp",
  "timestamp": 1632900919811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:37:19.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "policy-id",
  "timestamp": 1632900926465,
  "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-09-29T07:37:19.431Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f93c3fbf-e565-41ac-877d-04b41b96035a
2021-09-29T07:37:19.432Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f93c3fbf-e565-41ac-877d-04b41b96035a 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-09-29T07:37:19.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "aai-ml",
  "timestamp": 1632900926733,
  "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-09-29T07:37:19.448Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f93c3fbf-e565-41ac-877d-04b41b96035a
2021-09-29T07:37:19.448Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f93c3fbf-e565-41ac-877d-04b41b96035a 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-09-29T07:37:19.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900927956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:37:19.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900928097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:37:19.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632900928959,
  "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-09-29T07:37:19.466Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f93c3fbf-e565-41ac-877d-04b41b96035a
2021-09-29T07:37:19.466Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f93c3fbf-e565-41ac-877d-04b41b96035a 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-09-29T07:37:19.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900929119,
  "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-09-29T07:37:19.516Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f93c3fbf-e565-41ac-877d-04b41b96035a
2021-09-29T07:37:19.516Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f93c3fbf-e565-41ac-877d-04b41b96035a 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-09-29T07:37:19.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632900930127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:37:19.525Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e99690ae-402b-4c7b-9149-ea344b58a035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900930575,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T07:37:19.525Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "clamp",
  "timestamp": 1632900934821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:37:19.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:37:19.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "clamp",
  "timestamp": 1632900936831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:37:19.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:37:19.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "clamp",
  "timestamp": 1632900937836,
  "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-09-29T07:37:19.531Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f93c3fbf-e565-41ac-877d-04b41b96035a
2021-09-29T07:37:19.531Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f93c3fbf-e565-41ac-877d-04b41b96035a 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-09-29T07:37:19.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:37:19.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:37:19.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-29T07:37:19.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:37:19.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900931593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:37:19.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:37:19.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900944172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:37:19.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900947643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:37:19.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900948881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:37:19.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900950042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:37:19.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900951174,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/basic_onboard_ylrovf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:37:19.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900952177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T07:37:19.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900953185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/resourceInstances/basic_onboard_ylrovf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-29T07:37:19.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:19.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:37:19.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632900954196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlrovf/1.0/artifacts/service-BasicOnboardYlrovf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:37:19.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:37:25.263Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f93c3fbf-e565-41ac-877d-04b41b96035a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:37:25.291Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f93c3fbf-e565-41ac-877d-04b41b96035a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:37:25.301Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:37:25.301Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T07:37:25.301Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T07:37:25.301Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T07:37:25.301Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:37:25.302Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:37:25.302Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:37:25.302Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:37:25.302Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:37:25.302Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:37:25.302Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||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-09-29T07:37:25.309Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T07:37:55.310Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f93c3fbf-e565-41ac-877d-04b41b96035a 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-09-29T07:37:55.320Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f93c3fbf-e565-41ac-877d-04b41b96035a and serviceModelVersionId: 926e7431-ce98-4526-81a9-9d47c86197c5
2021-09-29T07:37:55.321Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbd38b70-6889-42f8-929f-f4397a37f868
2021-09-29T07:37:55.322Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbd38b70-6889-42f8-929f-f4397a37f868/model-vers/model-ver/926e7431-ce98-4526-81a9-9d47c86197c5?depth=0
2021-09-29T07:37:55.327Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T07:37:55.389Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbd38b70-6889-42f8-929f-f4397a37f868/model-vers/model-ver/926e7431-ce98-4526-81a9-9d47c86197c5?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-09-29T07:37:55.392Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbd38b70-6889-42f8-929f-f4397a37f868/model-vers/model-ver/926e7431-ce98-4526-81a9-9d47c86197c5?depth=0|INFO|500||Invoke
2021-09-29T07:37:55.434Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbd38b70-6889-42f8-929f-f4397a37f868/model-vers/model-ver/926e7431-ce98-4526-81a9-9d47c86197c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T07:37:55.788Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbd38b70-6889-42f8-929f-f4397a37f868/model-vers/model-ver/926e7431-ce98-4526-81a9-9d47c86197c5?depth=0|INFO|500||InvokeReturn
2021-09-29T07:37:55.792Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbd38b70-6889-42f8-929f-f4397a37f868/model-vers/model-ver/926e7431-ce98-4526-81a9-9d47c86197c5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210929-07:37:55:447-96505], vertex-id=[200784], Content-Length=[0], Date=[Wed, 29 Sep 2021 07:37:55 GMT], Content-Type=[application/json]}
2021-09-29T07:37:55.793Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-29T07:37:55.794Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T07:37:55.794Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||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-09-29T07:37:55.799Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||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-09-29T07:37:55.800Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f93c3fbf-e565-41ac-877d-04b41b96035a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T07:37:55.800Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T07:37:55.800Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:37:55.805Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:37:55.805Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632901075800,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T07:37:55.905Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:37:55.906Z||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-09-29T07:37:55.906Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:37:55.923Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:37:55.924Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T07:37:56.820Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:37:56.821Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:37:56.821Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:38:07.041Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:38:07.043Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:38:07.044Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:38:07.044Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:38:16.596Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:38:16.597Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:38:16.597Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:38:16.597Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:38:18.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:38:18.887Z||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-09-29T07:38:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:38:19.533Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:38:19.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T07:38:19.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f93c3fbf-e565-41ac-877d-04b41b96035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632901075800,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T07:38:19.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:38:26.150Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:38:26.151Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:38:26.151Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:38:26.151Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:38:35.692Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:38:35.692Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:38:35.693Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:38:35.693Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:38:45.239Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:38:45.241Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:38:45.241Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:38:45.242Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:38:54.801Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:39:18.882Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:39:18.884Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:39:18.884Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:39:18.885Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:39:18.886Z||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-09-29T07:39:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:39:28.429Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:39:28.431Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:40:18.883Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:40:18.885Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:40:18.885Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:40:18.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:40:18.886Z||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-09-29T07:40:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:40:28.446Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:40:28.448Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:41:18.883Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:41:18.885Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:41:18.885Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:41:18.885Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:41:18.886Z|e99690ae-402b-4c7b-9149-ea344b58a035|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-09-29T07:41:18.886Z|e99690ae-402b-4c7b-9149-ea344b58a035|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:41:28.443Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:41:28.448Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:42:18.884Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:42:18.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:42:18.889Z||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-09-29T07:42:18.889Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:42:18.891Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:42:18.892Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:42:28.442Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:42:28.445Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:43:18.882Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:43:18.883Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:43:18.883Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:43:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:43:18.886Z||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-09-29T07:43:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:43:28.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:43:28.431Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:44:18.883Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:44:18.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:44:18.886Z||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-09-29T07:44:18.886Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:44:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:44:18.887Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:44:28.440Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:44:28.443Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:45:18.884Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:45:18.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:45:18.887Z||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-09-29T07:45:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:45:18.887Z|e99690ae-402b-4c7b-9149-ea344b58a035|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-09-29T07:45:18.888Z|e99690ae-402b-4c7b-9149-ea344b58a035|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:45:28.446Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:45:28.446Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:46:18.882Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:46:18.884Z|e99690ae-402b-4c7b-9149-ea344b58a035|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-09-29T07:46:18.884Z|e99690ae-402b-4c7b-9149-ea344b58a035|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:46:18.885Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:46:18.886Z||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-09-29T07:46:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:46:28.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:46:28.427Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:47:18.883Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:47:18.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:47:18.887Z|e99690ae-402b-4c7b-9149-ea344b58a035|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-09-29T07:47:18.887Z||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-09-29T07:47:18.887Z|e99690ae-402b-4c7b-9149-ea344b58a035|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:47:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:47:28.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:47:28.443Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:48:18.883Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:48:18.885Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:48:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:48:18.885Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:48:18.886Z||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-09-29T07:48:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:48:28.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:48:28.436Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:49:18.882Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:49:18.884Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:49:18.884Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:49:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:49:18.886Z||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-09-29T07:49:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:49:28.431Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:49:28.433Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:50:18.883Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:50:18.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:50:18.886Z||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-09-29T07:50:18.886Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T07:50:18.886Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:50:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:50:28.431Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:50:28.443Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:51:18.884Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:51:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:51:18.888Z|e99690ae-402b-4c7b-9149-ea344b58a035|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-09-29T07:51:18.888Z|e99690ae-402b-4c7b-9149-ea344b58a035|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:51:18.888Z||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-09-29T07:51:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:51:28.399Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:51:28.400Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T07:51:28.400Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c22131a0-dd22-4e7b-ace5-ee7a00cfa435","serviceDescription":"service","serviceInvariantUUID":"de363a5a-733c-41cb-8792-ae531d0edc79","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bfd7824d-16e8-476c-8ca7-d7cd90475a3a","resourceInvariantUUID":"2c0d3806-140c-4533-a77c-e453c8fc2023","resourceCustomizationUUID":"3217f2ed-352e-46ef-82d3-87f1f45a11dd","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":"ZDcxZjYwOTMwNzliMDgwZGVjNmVlNjcwY2RkMzc1NDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7aaa5877-31c2-42a7-b9b7-769ba95051c4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzgwMTYzYzJiNDc2MTNjMDI0Y2Y3MzY2ZjdmYTY2ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ffc1109-29d5-4dbd-bed9-42eec711fdc1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T07:51:28.408Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:51:28.408Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:51:28.414Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:51:28.414Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632901878883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:51:28.451Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:51:28.512Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-29T07:51:28.513Z||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-09-29T07:51:28.513Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:51:28.529Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:51:28.529Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":5,"count":1}
2021-09-29T07:51:29.415Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:51:29.416Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:51:29.418Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:51:29.418Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632901878883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:51:29.518Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:51:29.519Z||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-09-29T07:51:29.519Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:51:29.533Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:51:29.533Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:51:30.419Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "c22131a0-dd22-4e7b-ace5-ee7a00cfa435",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de363a5a-733c-41cb-8792-ae531d0edc79",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3217f2ed-352e-46ef-82d3-87f1f45a11dd",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "bfd7824d-16e8-476c-8ca7-d7cd90475a3a",
      "resourceInvariantUUID": "2c0d3806-140c-4533-a77c-e453c8fc2023",
      "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": "NzgwMTYzYzJiNDc2MTNjMDI0Y2Y3MzY2ZjdmYTY2ZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ffc1109-29d5-4dbd-bed9-42eec711fdc1"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T07:51:30.420Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T07:51:30.420Z|e99690ae-402b-4c7b-9149-ea344b58a035|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c22131a0-dd22-4e7b-ace5-ee7a00cfa435 ASDC
2021-09-29T07:51:30.421Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c22131a0-dd22-4e7b-ace5-ee7a00cfa435
ServiceInvariantUUID:de363a5a-733c-41cb-8792-ae531d0edc79
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:3ffc1109-29d5-4dbd-bed9-42eec711fdc1
ArtifactChecksum:NzgwMTYzYzJiNDc2MTNjMDI0Y2Y3MzY2ZjdmYTY2ZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3217f2ed-352e-46ef-82d3-87f1f45a11dd
ResourceInvariantUUID:2c0d3806-140c-4533-a77c-e453c8fc2023
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bfd7824d-16e8-476c-8ca7-d7cd90475a3a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-29T07:51:30.422Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c22131a0-dd22-4e7b-ace5-ee7a00cfa435 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-09-29T07:51:30.464Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T07:51:30.465Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:51:30.465Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:51:30.465Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3ffc1109-29d5-4dbd-bed9-42eec711fdc1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-29T07:51:30.466Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:51:30.466Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-29T07:51:31.401Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:51:31.404Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3ffc1109-29d5-4dbd-bed9-42eec711fdc1 52169
2021-09-29T07:51:31.405Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-29T07:51:31.405Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-29T07:51:31.405Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:51:31.406Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:51:31.408Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:51:31.409Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632901891405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:51:31.509Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T07:51:31.509Z||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-09-29T07:51:31.510Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:51:31.522Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:51:31.523Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:51:32.410Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T07:51:32.412Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:51:32.412Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3ffc1109-29d5-4dbd-bed9-42eec711fdc1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T07:51:32.413Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-29T07:51:32.414Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T07:51:32.414Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T07:51:32.618Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9507100445460706041/Definitions/service-BasicNetwork-template.yml
2021-09-29T07:51:33.149Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T07:51:33.150Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T07:51:33.150Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T07:51:33.150Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-29T07:51:33.150Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||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-09-29T07:51:33.150Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||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-09-29T07:51:33.150Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||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-09-29T07:51:33.151Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||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-09-29T07:51:33.151Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T07:51:33.151Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||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-09-29T07:51:33.151Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||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-09-29T07:51:33.151Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||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-09-29T07:51:33.151Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T07:51:33.151Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.152Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.152Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-29T07:51:33.152Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T07:51:33.152Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T07:51:33.152Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.153Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.153Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-29T07:51:33.153Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T07:51:33.153Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T07:51:33.153Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.153Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.154Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.154Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.154Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.154Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.154Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.154Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.155Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.155Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.155Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:c22131a0-dd22-4e7b-ace5-ee7a00cfa435
Model Version:NULL
Model InvariantUuid:de363a5a-733c-41cb-8792-ae531d0edc79
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2c0d3806-140c-4533-a77c-e453c8fc2023
Model UUID:6043ede5-6476-40cb-a4b1-42173b9a1c16
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3217f2ed-352e-46ef-82d3-87f1f45a11dd
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-09-29T07:51:33.164Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: bfd7824d-16e8-476c-8ca7-d7cd90475a3a
2021-09-29T07:51:33.165Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||No resources found for Service: c22131a0-dd22-4e7b-ace5-ee7a00cfa435
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-09-29T07:51:33.177Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||
2021-09-29T07:51:33.178Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-29T07:51:33.178Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c22131a0-dd22-4e7b-ace5-ee7a00cfa435
2021-09-29T07:51:33.179Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c22131a0-dd22-4e7b-ace5-ee7a00cfa435
2021-09-29T07:51:33.179Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-29T07:51:33.179Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||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-09-29T07:51:33.183Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eb5f035, org.onap.sdc.toscaparser.api.parameters.Input@69b2dbc8, org.onap.sdc.toscaparser.api.parameters.Input@7027414d, org.onap.sdc.toscaparser.api.parameters.Input@7c78de7, org.onap.sdc.toscaparser.api.parameters.Input@5622e172]
2021-09-29T07:51:33.185Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.185Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.185Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.186Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.186Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c22131a0-dd22-4e7b-ace5-ee7a00cfa435: Generic NeutronNet
2021-09-29T07:51:33.186Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.186Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.187Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.187Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||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-09-29T07:51:33.236Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.236Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.236Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.237Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.237Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:51:33.237Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:51:33.237Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||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-09-29T07:51:33.288Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-29T07:51:33.289Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-29T07:51:33.289Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-29T07:51:33.289Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:51:33.289Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:51:33.291Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:51:33.291Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632901893289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:51:33.391Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:51:33.392Z||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-09-29T07:51:33.392Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:51:33.403Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:51:33.404Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:51:34.292Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:51:34.301Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:51:34.304Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:51:34.305Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:51:34.305Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:52:04.305Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:52:04.314Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:52:04.315Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:52:04.315Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:52:04.316Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:52:18.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:52:18.890Z||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-09-29T07:52:18.890Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:52:19.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:52:19.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632901878883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:52:19.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "aai-ml",
  "timestamp": 1632901885158,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:52:19.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "clamp",
  "timestamp": 1632901879812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:52:19.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632901879965,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:52:19.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632901878883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:52:19.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "clamp",
  "timestamp": 1632901879812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:52:19.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "aai-ml",
  "timestamp": 1632901885158,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:52:19.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632901879965,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:52:19.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632901889554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:52:19.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632901889554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:52:19.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "aai-ml",
  "timestamp": 1632901891237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:52:19.531Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:52:19.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632901891405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:52:19.531Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:52:19.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "cds",
  "timestamp": 1632901890879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:52:19.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "cds",
  "timestamp": 1632901890879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:52:19.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "policy-id",
  "timestamp": 1632901892443,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:52:19.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632901893289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:52:19.532Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:52:19.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "cds",
  "timestamp": 1632901893910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:52:19.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:52:19.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "policy-id",
  "timestamp": 1632901892443,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:52:19.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "cds",
  "timestamp": 1632901894918,
  "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-09-29T07:52:19.544Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a
2021-09-29T07:52:19.544Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a 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-09-29T07:52:19.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "aai-ml",
  "timestamp": 1632901895874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:52:19.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:52:19.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "policy-id",
  "timestamp": 1632901896179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:52:19.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:52:19.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "dcae-sch",
  "timestamp": 1632901896095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:52:19.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "aai-ml",
  "timestamp": 1632901896877,
  "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-09-29T07:52:19.564Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a
2021-09-29T07:52:19.564Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a 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-09-29T07:52:19.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "policy-id",
  "timestamp": 1632901897184,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:52:19.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:52:19.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "dcae-sch",
  "timestamp": 1632901896095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:52:19.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "policy-id",
  "timestamp": 1632901898187,
  "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-09-29T07:52:19.584Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a
2021-09-29T07:52:19.585Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a 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-09-29T07:52:19.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "clamp",
  "timestamp": 1632901901000,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:52:19.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:52:19.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "clamp",
  "timestamp": 1632901903009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:52:19.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:52:19.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "clamp",
  "timestamp": 1632901904018,
  "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-09-29T07:52:19.602Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a
2021-09-29T07:52:19.602Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a 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-09-29T07:52:19.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632901904104,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:52:19.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632901904104,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:52:19.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:52:19.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632901908822,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:52:19.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:52:19.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632901910582,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:52:19.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:52:19.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T07:52:19.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632901911587,
  "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-09-29T07:52:19.625Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a
2021-09-29T07:52:19.625Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a 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-09-29T07:52:34.317Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:52:34.335Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:52:34.339Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:52:34.340Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T07:52:34.340Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T07:52:34.340Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T07:52:34.340Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:52:34.340Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:52:34.340Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:52:34.340Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:52:34.341Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:52:34.341Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:52:34.341Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T07:52:34.347Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T07:53:04.347Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a 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-09-29T07:53:04.357Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a and serviceModelVersionId: c22131a0-dd22-4e7b-ace5-ee7a00cfa435
2021-09-29T07:53:04.357Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de363a5a-733c-41cb-8792-ae531d0edc79
2021-09-29T07:53:04.358Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de363a5a-733c-41cb-8792-ae531d0edc79/model-vers/model-ver/c22131a0-dd22-4e7b-ace5-ee7a00cfa435?depth=0
2021-09-29T07:53:04.363Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T07:53:04.418Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de363a5a-733c-41cb-8792-ae531d0edc79/model-vers/model-ver/c22131a0-dd22-4e7b-ace5-ee7a00cfa435?depth=0|INFO|500||Invoke
2021-09-29T07:53:04.419Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de363a5a-733c-41cb-8792-ae531d0edc79/model-vers/model-ver/c22131a0-dd22-4e7b-ace5-ee7a00cfa435?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de363a5a-733c-41cb-8792-ae531d0edc79/model-vers/model-ver/c22131a0-dd22-4e7b-ace5-ee7a00cfa435?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[87ae7f1d-de73-4359-a7ad-5f3cbd5d4ef8], X-ECOMP-RequestID=[2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a], X-TransactionId=[], X-ONAP-RequestID=[2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a], Content-Type=[application/merge-patch+json]}
2021-09-29T07:53:04.456Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de363a5a-733c-41cb-8792-ae531d0edc79/model-vers/model-ver/c22131a0-dd22-4e7b-ace5-ee7a00cfa435?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T07:53:05.268Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de363a5a-733c-41cb-8792-ae531d0edc79/model-vers/model-ver/c22131a0-dd22-4e7b-ace5-ee7a00cfa435?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/de363a5a-733c-41cb-8792-ae531d0edc79/model-vers/model-ver/c22131a0-dd22-4e7b-ace5-ee7a00cfa435?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-07:53:04:466-98007], vertex-id=[360536], Content-Length=[0], Date=[Wed, 29 Sep 2021 07:53:04 GMT], Content-Type=[application/json]}
2021-09-29T07:53:05.268Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de363a5a-733c-41cb-8792-ae531d0edc79/model-vers/model-ver/c22131a0-dd22-4e7b-ace5-ee7a00cfa435?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T07:53:05.269Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de363a5a-733c-41cb-8792-ae531d0edc79/model-vers/model-ver/c22131a0-dd22-4e7b-ace5-ee7a00cfa435?depth=0|INFO|500||InvokeReturn
2021-09-29T07:53:05.269Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T07:53:05.269Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||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-09-29T07:53:05.276Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T07:53:05.276Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T07:53:05.276Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T07:53:05.277Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:53:05.280Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:53:05.280Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632901985276,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T07:53:05.380Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:53:05.380Z||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-09-29T07:53:05.381Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:53:05.393Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:53:05.393Z||pool-39-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-09-29T07:53:06.293Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:53:06.294Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|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-09-29T07:53:06.294Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:53:15.856Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:53:18.882Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:53:18.883Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|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-09-29T07:53:18.883Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:53:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:53:18.886Z||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-09-29T07:53:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:53:19.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:53:19.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T07:53:19.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632901985276,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T07:53:19.509Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:53:28.482Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:18.884Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:54:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:54:18.887Z||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-09-29T07:54:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:18.887Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|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-09-29T07:54:18.887Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:19.259Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:19.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902039965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "cds",
  "timestamp": 1632902040879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902039965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "cds",
  "timestamp": 1632902040879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902039965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "cds",
  "timestamp": 1632902040879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902039965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "cds",
  "timestamp": 1632902040879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902049555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902039965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "cds",
  "timestamp": 1632902040879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902049555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:54:19.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902039965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "cds",
  "timestamp": 1632902040879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902049555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:54:19.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902039965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "policy-id",
  "timestamp": 1632902052444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "cds",
  "timestamp": 1632902040879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:54:19.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902049555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "policy-id",
  "timestamp": 1632902052444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902049555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-29T07:54:19.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "cds",
  "timestamp": 1632902054479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:54:19.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:54:19.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902054104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "policy-id",
  "timestamp": 1632902052444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:54:19.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902049555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "cds",
  "timestamp": 1632902055492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T07:54:19.300Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c751369-3101-4a85-a2ee-556423f32457
2021-09-29T07:54:19.300Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c751369-3101-4a85-a2ee-556423f32457 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-09-29T07:54:19.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902054104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "policy-id",
  "timestamp": 1632902052444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902049555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:54:19.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "dcae-sch",
  "timestamp": 1632902056091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902054104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "policy-id",
  "timestamp": 1632902052444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "dcae-sch",
  "timestamp": 1632902056091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902054104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "policy-id",
  "timestamp": 1632902052444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902054104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "dcae-sch",
  "timestamp": 1632902056091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:54:19.518Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:19.518Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T07:54:19.518Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c751369-3101-4a85-a2ee-556423f32457","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1161e029-88ef-405f-b922-a9f9740deace","serviceDescription":"service","serviceInvariantUUID":"c89b5ad1-9384-478d-8ef2-bc9b8d321730","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b6a91272-b301-44f3-a520-89e5722b35b0","resourceInvariantUUID":"463774e2-0eb1-4799-9d0a-134703b7672e","resourceCustomizationUUID":"0862569d-d98d-4d84-a977-0b61562a19b1","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":"NzE1NzRhMTMxY2Y2NGE2MjQzZmY3NjE1ZDZkYjQ0YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f0856444-5592-444a-bd62-0a05f94e59e1","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":"MDhlZDIyNWM4MzYzMmQzOGYxMGViZGJmMmZhZDgwNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1696e1cc-e449-4c31-922e-93f9e0bc7f8f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4a0521bc-625d-4c2f-a252-650833ee7237","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":"05989bef-c460-4a1d-a6bf-e2c27615b72a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"240b931c-0e92-46f6-8595-790c9252d215","artifactVersion":"2","generatedFromUUID":"4a0521bc-625d-4c2f-a252-650833ee7237"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjRiZWZjMGE3MmIwNGU0ZjY0ZTcwOTIxODMyYmQ0NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c347a52-fd2c-4fdd-9947-13258ae4690c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2NhOTNkNjFiMGM1MzEyYTA4M2JhNjhmODgxOTkwNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b22159b-16a4-420c-ae41-9cce4d767e16","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T07:54:19.524Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:54:19.524Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:19.528Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:19.528Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:19.628Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:54:19.630Z||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-09-29T07:54:19.630Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:19.641Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:19.642Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:54:20.529Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:54:20.529Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:20.532Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:20.533Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:54:20.632Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T07:54:20.633Z||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-09-29T07:54:20.633Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:20.644Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:20.644Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-29T07:54:21.534Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:54:21.534Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:21.536Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:21.537Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:54:21.637Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T07:54:21.637Z||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-09-29T07:54:21.638Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:21.658Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:21.659Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:54:22.537Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:54:22.538Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:22.541Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:22.541Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:22.641Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:54:22.642Z||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-09-29T07:54:22.642Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:22.653Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:22.654Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:54:23.542Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:54:23.544Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:23.546Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:23.547Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-29T07:54:23.647Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T07:54:23.647Z||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-09-29T07:54:23.647Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:23.660Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:23.661Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-29T07:54:24.547Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:54:24.548Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:24.550Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:24.550Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:54:24.650Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:54:24.651Z||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-09-29T07:54:24.651Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:24.666Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:24.669Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:54:25.550Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:54:25.551Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:25.553Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:25.553Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:54:25.653Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:54:25.654Z||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-09-29T07:54:25.654Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:25.676Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:25.677Z||pool-46-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:54:26.554Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "1161e029-88ef-405f-b922-a9f9740deace",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c89b5ad1-9384-478d-8ef2-bc9b8d321730",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "0862569d-d98d-4d84-a977-0b61562a19b1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b6a91272-b301-44f3-a520-89e5722b35b0",
      "resourceInvariantUUID": "463774e2-0eb1-4799-9d0a-134703b7672e",
      "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": "MDhlZDIyNWM4MzYzMmQzOGYxMGViZGJmMmZhZDgwNDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1696e1cc-e449-4c31-922e-93f9e0bc7f8f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4a0521bc-625d-4c2f-a252-650833ee7237",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "240b931c-0e92-46f6-8595-790c9252d215",
            "generatedFromUUID": "4a0521bc-625d-4c2f-a252-650833ee7237"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "240b931c-0e92-46f6-8595-790c9252d215",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "M2NhOTNkNjFiMGM1MzEyYTA4M2JhNjhmODgxOTkwNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8b22159b-16a4-420c-ae41-9cce4d767e16"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T07:54:26.555Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T07:54:26.555Z|2e9f4d0d-94ff-4949-8e48-a23c00ed2d0a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1161e029-88ef-405f-b922-a9f9740deace ASDC
2021-09-29T07:54:26.556Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6c751369-3101-4a85-a2ee-556423f32457
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1161e029-88ef-405f-b922-a9f9740deace
ServiceInvariantUUID:c89b5ad1-9384-478d-8ef2-bc9b8d321730
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:8b22159b-16a4-420c-ae41-9cce4d767e16
ArtifactChecksum:M2NhOTNkNjFiMGM1MzEyYTA4M2JhNjhmODgxOTkwNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0862569d-d98d-4d84-a977-0b61562a19b1
ResourceInvariantUUID:463774e2-0eb1-4799-9d0a-134703b7672e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b6a91272-b301-44f3-a520-89e5722b35b0
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:1696e1cc-e449-4c31-922e-93f9e0bc7f8f
ArtifactChecksum:MDhlZDIyNWM4MzYzMmQzOGYxMGViZGJmMmZhZDgwNDU=
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:4a0521bc-625d-4c2f-a252-650833ee7237
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:240b931c-0e92-46f6-8595-790c9252d215
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:240b931c-0e92-46f6-8595-790c9252d215
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-29T07:54:26.556Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1161e029-88ef-405f-b922-a9f9740deace 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-09-29T07:54:26.593Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T07:54:26.595Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:54:26.595Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:54:26.595Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8b22159b-16a4-420c-ae41-9cce4d767e16 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-29T07:54:26.595Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:54:26.596Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-29T07:54:28.340Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:54:28.345Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8b22159b-16a4-420c-ae41-9cce4d767e16 70875
2021-09-29T07:54:28.346Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-29T07:54:28.346Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-29T07:54:28.346Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:54:28.346Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:28.348Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:28.348Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902068346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:54:28.448Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:54:28.449Z||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-09-29T07:54:28.450Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:28.468Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:28.469Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-29T07:54:29.348Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T07:54:29.349Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:54:29.349Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8b22159b-16a4-420c-ae41-9cce4d767e16, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T07:54:29.350Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-29T07:54:29.350Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T07:54:29.351Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T07:54:29.626Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14201338178252297440/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-29T07:54:30.776Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T07:54:30.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T07:54:30.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T07:54:30.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-29T07:54:30.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T07:54:30.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:30.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T07:54:30.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T07:54:30.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T07:54:30.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:30.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T07:54:30.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:30.778Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T07:54:30.778Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T07:54:30.778Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.778Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:30.778Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T07:54:30.779Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T07:54:30.779Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T07:54:30.779Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.779Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:30.779Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T07:54:30.779Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T07:54:30.780Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T07:54:30.780Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.780Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:30.780Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.780Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-29T07:54:30.781Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-29T07:54:30.781Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-29T07:54:30.781Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-29T07:54:30.781Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-29T07:54:30.781Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T07:54:30.781Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.782Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T07:54:30.782Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.782Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T07:54:30.782Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:54:30.783Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.783Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T07:54:30.783Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:54:30.783Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.783Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T07:54:30.784Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:54:30.784Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.784Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-29T07:54:30.784Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-29T07:54:30.784Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-29T07:54:30.784Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=818c3ed4-0822-4060-bee7-4ccd9cd09999
2021-09-29T07:54:30.785Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.785Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:30.785Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.785Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:30.785Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.786Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:30.786Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:30.786Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:30.786Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1161e029-88ef-405f-b922-a9f9740deace
Model Version:NULL
Model InvariantUuid:c89b5ad1-9384-478d-8ef2-bc9b8d321730
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1fcd112d-f168-4a2c-8591-9550031163a9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:463774e2-0eb1-4799-9d0a-134703b7672e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0862569d-d98d-4d84-a977-0b61562a19b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e837159-3fc1-4c13-b3b4-d9b15beb0c7b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:43a480bf-cd82-47dc-8c28-8b89b29253a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:818c3ed4-0822-4060-bee7-4ccd9cd09999
ModelInvariantUuid:b62a2185-04fc-485a-812f-e94441b059a6
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e0784128-8e40-43f2-a918-38b23026d945
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e8fe0bf7-4fbf-4e9e-99dd-bd6796af7339
ModelInvariantUuid:a9b4362c-2431-47d4-8634-7f4fa622e885
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:bf89d8f7-bce0-4094-8c61-ff3ebc217834
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-09-29T07:54:30.794Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b6a91272-b301-44f3-a520-89e5722b35b0
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-09-29T07:54:30.798Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-09-29T07:54:30.798Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b6a91272-b301-44f3-a520-89e5722b35b0
2021-09-29T07:54:30.798Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1696e1cc-e449-4c31-922e-93f9e0bc7f8f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-29T07:54:30.798Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:54:30.799Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:31.371Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:54:31.371Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1696e1cc-e449-4c31-922e-93f9e0bc7f8f 787
2021-09-29T07:54:31.371Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:31.371Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:31.371Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:54:31.371Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:31.373Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:31.374Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902071371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:54:31.474Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:54:31.475Z||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-09-29T07:54:31.475Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:31.484Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:31.484Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:54:32.374Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1e837159-3fc1-4c13-b3b4-d9b15beb0c7b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43a480bf-cd82-47dc-8c28-8b89b29253a9",
    "vfModuleModelCustomizationUUID": "33589c5f-9958-46dc-a40e-74271e771912",
    "isBase": true,
    "artifacts": [
      "4a0521bc-625d-4c2f-a252-650833ee7237",
      "240b931c-0e92-46f6-8595-790c9252d215"
    ],
    "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-09-29T07:54:32.379Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43a480bf-cd82-47dc-8c28-8b89b29253a9
VfModuleModelInvariantUUID:1e837159-3fc1-4c13-b3b4-d9b15beb0c7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a0521bc-625d-4c2f-a252-650833ee7237
,
240b931c-0e92-46f6-8595-790c9252d215

}
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-09-29T07:54:32.381Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1e837159-3fc1-4c13-b3b4-d9b15beb0c7b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43a480bf-cd82-47dc-8c28-8b89b29253a9",
    "vfModuleModelCustomizationUUID": "33589c5f-9958-46dc-a40e-74271e771912",
    "isBase": true,
    "artifacts": [
      "4a0521bc-625d-4c2f-a252-650833ee7237",
      "240b931c-0e92-46f6-8595-790c9252d215"
    ],
    "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-09-29T07:54:32.381Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43a480bf-cd82-47dc-8c28-8b89b29253a9
VfModuleModelInvariantUUID:1e837159-3fc1-4c13-b3b4-d9b15beb0c7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a0521bc-625d-4c2f-a252-650833ee7237
,
240b931c-0e92-46f6-8595-790c9252d215

}
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-09-29T07:54:32.381Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4a0521bc-625d-4c2f-a252-650833ee7237 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-29T07:54:32.381Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:54:32.381Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:32.573Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:54:32.574Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4a0521bc-625d-4c2f-a252-650833ee7237 5033
2021-09-29T07:54:32.574Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:32.574Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:32.574Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:54:32.574Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:32.576Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:32.576Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902072574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:54:32.676Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:54:32.677Z||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-09-29T07:54:32.677Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:32.690Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:32.691Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:54:33.577Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 240b931c-0e92-46f6-8595-790c9252d215 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-29T07:54:33.577Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:54:33.577Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:33.767Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:54:33.768Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 240b931c-0e92-46f6-8595-790c9252d215 903
2021-09-29T07:54:33.768Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:33.768Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:33.769Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:54:33.769Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:33.771Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:33.771Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902073768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:54:33.871Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:54:33.872Z||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-09-29T07:54:33.872Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:33.883Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:33.884Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:54:34.772Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1161e029-88ef-405f-b922-a9f9740deace
2021-09-29T07:54:34.772Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b6a91272-b301-44f3-a520-89e5722b35b0 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-09-29T07:54:34.785Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@360b31d7, org.onap.sdc.toscaparser.api.parameters.Input@3ad8994, org.onap.sdc.toscaparser.api.parameters.Input@41f9c44d, org.onap.sdc.toscaparser.api.parameters.Input@282cfbd2, org.onap.sdc.toscaparser.api.parameters.Input@4746f289]
2021-09-29T07:54:34.786Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.787Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:34.787Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-29T07:54:34.787Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0862569d-d98d-4d84-a977-0b61562a19b1
2021-09-29T07:54:34.787Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0862569d-d98d-4d84-a977-0b61562a19b1 matches Tosca VF Customization UUID: 0862569d-d98d-4d84-a977-0b61562a19b1
2021-09-29T07:54:34.787Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0862569d-d98d-4d84-a977-0b61562a19b1  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-09-29T07:54:34.790Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.790Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:34.791Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0862569d-d98d-4d84-a977-0b61562a19b1: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-09-29T07:54:34.791Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68a1dd6e
2021-09-29T07:54:34.791Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.791Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T07:54:34.792Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33589c5f-9958-46dc-a40e-74271e771912
2021-09-29T07:54:34.792Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33589c5f-9958-46dc-a40e-74271e771912
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-09-29T07:54:34.795Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.795Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T07:54:34.795Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:54:34.796Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.796Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T07:54:34.796Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:54:34.796Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.796Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-29T07:54:34.796Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-29T07:54:34.796Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-29T07:54:34.797Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=818c3ed4-0822-4060-bee7-4ccd9cd09999
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-09-29T07:54:34.799Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.799Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T07:54:34.799Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:54:34.799Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.800Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T07:54:34.800Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0862569d-d98d-4d84-a977-0b61562a19b1
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-09-29T07:54:34.801Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.801Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:34.801Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1161e029-88ef-405f-b922-a9f9740deace: basic_vm
2021-09-29T07:54:34.802Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.802Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:34.802Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.802Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:34.802Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.802Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:34.802Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.802Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:34.803Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:54:34.803Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:54:34.803Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:34.897Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b6a91272-b301-44f3-a520-89e5722b35b0 1 ASDC deployResourceStructure
2021-09-29T07:54:34.898Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:34.898Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:34.898Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:54:34.898Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:34.899Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:34.900Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902074897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:54:35.000Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:54:35.001Z||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-09-29T07:54:35.001Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:35.011Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:35.012Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:54:35.900Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:35.901Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:35.901Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:54:35.901Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:35.903Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:35.903Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902075900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T07:54:36.003Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:54:36.004Z||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-09-29T07:54:36.004Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:36.015Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:36.015Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:54:36.904Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:36.904Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:54:36.905Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:54:36.905Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:36.906Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:36.907Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902076904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-29T07:54:37.007Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:54:37.008Z||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-09-29T07:54:37.008Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:37.019Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:37.020Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:54:37.908Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-29T07:54:37.908Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-29T07:54:37.908Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:54:37.908Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:54:37.910Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:54:37.910Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902077908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:54:38.010Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:54:38.011Z||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-09-29T07:54:38.011Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:54:38.023Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:54:38.024Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:54:38.911Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:54:38.921Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:54:38.924Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:54:38.924Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:54:38.924Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:55:08.925Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:55:08.936Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:55:08.938Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:55:08.938Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:55:08.938Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:55:18.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:55:18.890Z||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-09-29T07:55:18.890Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:55:18.918Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:55:18.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:55:18.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "policy-id",
  "timestamp": 1632902052444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:55:18.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:55:38.939Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:55:38.963Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:55:38.966Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:55:38.966Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:55:38.966Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:56:08.966Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:56:08.979Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:56:08.982Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:56:08.982Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:56:08.982Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:56:18.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:56:18.886Z||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-09-29T07:56:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:56:18.912Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:56:18.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:56:18.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:56:18.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:56:38.982Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:56:39.005Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:56:39.007Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:56:39.007Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:56:39.007Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:57:09.007Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:57:09.026Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:57:09.028Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:57:09.028Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T07:57:09.028Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T07:57:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:57:18.887Z||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-09-29T07:57:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:57:18.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:57:18.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902054104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "dcae-sch",
  "timestamp": 1632902056091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "clamp",
  "timestamp": 1632902059811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902060469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:18.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902054104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "dcae-sch",
  "timestamp": 1632902056091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "clamp",
  "timestamp": 1632902059811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "dcae-sch",
  "timestamp": 1632902056091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "clamp",
  "timestamp": 1632902059811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "dcae-sch",
  "timestamp": 1632902056091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "clamp",
  "timestamp": 1632902059811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "policy-id",
  "timestamp": 1632902063875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:18.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "clamp",
  "timestamp": 1632902059811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "policy-id",
  "timestamp": 1632902064881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:18.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902065243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:18.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "clamp",
  "timestamp": 1632902059811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902058883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "aai-ml",
  "timestamp": 1632902065157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "policy-id",
  "timestamp": 1632902065883,
  "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-09-29T07:57:18.941Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c751369-3101-4a85-a2ee-556423f32457
2021-09-29T07:57:18.941Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c751369-3101-4a85-a2ee-556423f32457 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-09-29T07:57:18.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902065915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:18.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "cds",
  "timestamp": 1632902056508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902059965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "clamp",
  "timestamp": 1632902059811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "aai-ml",
  "timestamp": 1632902065157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "cds",
  "timestamp": 1632902056508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902059965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902067543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:18.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "aai-ml",
  "timestamp": 1632902065157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "cds",
  "timestamp": 1632902056508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902059965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902068346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:18.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902068524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:18.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902068569,
  "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-09-29T07:57:18.960Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c751369-3101-4a85-a2ee-556423f32457
2021-09-29T07:57:18.960Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c751369-3101-4a85-a2ee-556423f32457 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-09-29T07:57:18.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "aai-ml",
  "timestamp": 1632902065157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902059965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "cds",
  "timestamp": 1632902056508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902069529,
  "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-09-29T07:57:18.972Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c751369-3101-4a85-a2ee-556423f32457
2021-09-29T07:57:18.972Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c751369-3101-4a85-a2ee-556423f32457 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-09-29T07:57:18.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902069573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:18.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "aai-ml",
  "timestamp": 1632902065157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902059965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "cds",
  "timestamp": 1632902056508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "aai-ml",
  "timestamp": 1632902065157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902059965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902071371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:18.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "cds",
  "timestamp": 1632902056508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "aai-ml",
  "timestamp": 1632902065157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902059965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "cds",
  "timestamp": 1632902056508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902072574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:18.986Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "aai-ml",
  "timestamp": 1632902073170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:18.986Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902059965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "cds",
  "timestamp": 1632902056508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902073768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:18.988Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902059965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "cds",
  "timestamp": 1632902056508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902074897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:18.989Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902075900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:18.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "cds",
  "timestamp": 1632902076572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:18.991Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:18.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902076904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:18.992Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:18.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-29T07:57:18.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:18.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:18.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "cds",
  "timestamp": 1632902077582,
  "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-09-29T07:57:19.004Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2df434f9-e2c5-4f04-84e7-165117d62f27
2021-09-29T07:57:19.004Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2df434f9-e2c5-4f04-84e7-165117d62f27 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-09-29T07:57:19.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902077908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:19.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "cds",
  "timestamp": 1632902078587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "cds",
  "timestamp": 1632902078587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902079965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "cds",
  "timestamp": 1632902078587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902079965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "clamp",
  "timestamp": 1632902082041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "cds",
  "timestamp": 1632902078587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902079965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "cds",
  "timestamp": 1632902078587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902079965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "clamp",
  "timestamp": 1632902084053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:19.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "cds",
  "timestamp": 1632902078587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902084266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902079965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "clamp",
  "timestamp": 1632902085058,
  "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-09-29T07:57:19.031Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c751369-3101-4a85-a2ee-556423f32457
2021-09-29T07:57:19.032Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c751369-3101-4a85-a2ee-556423f32457 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-09-29T07:57:19.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "cds",
  "timestamp": 1632902078587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902079965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "policy-id",
  "timestamp": 1632902086164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "cds",
  "timestamp": 1632902078587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902079965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "policy-id",
  "timestamp": 1632902087173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:19.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "aai-ml",
  "timestamp": 1632902087413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:19.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902079965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "policy-id",
  "timestamp": 1632902088177,
  "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-09-29T07:57:19.060Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2df434f9-e2c5-4f04-84e7-165117d62f27
2021-09-29T07:57:19.060Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2df434f9-e2c5-4f04-84e7-165117d62f27 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-09-29T07:57:19.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "aai-ml",
  "timestamp": 1632902088416,
  "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-09-29T07:57:19.073Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c751369-3101-4a85-a2ee-556423f32457
2021-09-29T07:57:19.073Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c751369-3101-4a85-a2ee-556423f32457 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-09-29T07:57:19.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902088698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "cds",
  "timestamp": 1632902088855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902090079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902091389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "cds",
  "timestamp": 1632902091504,
  "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-09-29T07:57:19.107Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca000143-3807-4dd0-be2a-314d328e8f02
2021-09-29T07:57:19.108Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca000143-3807-4dd0-be2a-314d328e8f02 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-09-29T07:57:19.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902092428,
  "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-09-29T07:57:19.129Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2df434f9-e2c5-4f04-84e7-165117d62f27
2021-09-29T07:57:19.130Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2df434f9-e2c5-4f04-84e7-165117d62f27 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-09-29T07:57:19.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "dcae-sch",
  "timestamp": 1632902076091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902093436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:19.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902094292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.142Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "aai-ml",
  "timestamp": 1632902095157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "aai-ml",
  "timestamp": 1632902095157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "policy-id",
  "timestamp": 1632902072443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902096669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:19.150Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "aai-ml",
  "timestamp": 1632902095157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902097674,
  "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-09-29T07:57:19.158Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2df434f9-e2c5-4f04-84e7-165117d62f27
2021-09-29T07:57:19.161Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2df434f9-e2c5-4f04-84e7-165117d62f27 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-09-29T07:57:19.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "aai-ml",
  "timestamp": 1632902095157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "aai-ml",
  "timestamp": 1632902095157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "aai-ml",
  "timestamp": 1632902095157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "policy-id",
  "timestamp": 1632902101171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "aai-ml",
  "timestamp": 1632902095157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902070577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "policy-id",
  "timestamp": 1632902102175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:19.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "aai-ml",
  "timestamp": 1632902095157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "policy-id",
  "timestamp": 1632902103177,
  "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-09-29T07:57:19.190Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca000143-3807-4dd0-be2a-314d328e8f02
2021-09-29T07:57:19.190Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca000143-3807-4dd0-be2a-314d328e8f02 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-09-29T07:57:19.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "aai-ml",
  "timestamp": 1632902095157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902104741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.199Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902084107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "clamp",
  "timestamp": 1632902106044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.200Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "aai-ml",
  "timestamp": 1632902106457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "clamp",
  "timestamp": 1632902107064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:19.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902107841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "clamp",
  "timestamp": 1632902108071,
  "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-09-29T07:57:19.206Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2df434f9-e2c5-4f04-84e7-165117d62f27
2021-09-29T07:57:19.206Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2df434f9-e2c5-4f04-84e7-165117d62f27 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-09-29T07:57:19.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902108169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902109466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:57:19.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902110442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:19.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902110483,
  "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-09-29T07:57:19.220Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca000143-3807-4dd0-be2a-314d328e8f02
2021-09-29T07:57:19.220Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca000143-3807-4dd0-be2a-314d328e8f02 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-09-29T07:57:19.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902111447,
  "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-09-29T07:57:19.232Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca000143-3807-4dd0-be2a-314d328e8f02
2021-09-29T07:57:19.233Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca000143-3807-4dd0-be2a-314d328e8f02 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-09-29T07:57:19.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902111487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:19.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "aai-ml",
  "timestamp": 1632902113631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:57:19.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:57:19.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "aai-ml",
  "timestamp": 1632902114635,
  "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-09-29T07:57:19.250Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2df434f9-e2c5-4f04-84e7-165117d62f27
2021-09-29T07:57:19.250Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2df434f9-e2c5-4f04-84e7-165117d62f27 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-09-29T07:57:19.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:57:19.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:19.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:57:19.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "clamp",
  "timestamp": 1632902089811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:57:19.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:57:39.029Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:57:39.042Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:57:39.046Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:57:39.046Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T07:57:39.046Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T07:57:39.047Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T07:57:39.047Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:57:39.047Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:57:39.047Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:57:39.047Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:57:39.047Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:57:39.048Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:57:39.048Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T07:57:39.054Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T07:58:09.054Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c751369-3101-4a85-a2ee-556423f32457 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-09-29T07:58:09.069Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c751369-3101-4a85-a2ee-556423f32457 and serviceModelVersionId: 1161e029-88ef-405f-b922-a9f9740deace
2021-09-29T07:58:09.069Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c89b5ad1-9384-478d-8ef2-bc9b8d321730
2021-09-29T07:58:09.071Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c89b5ad1-9384-478d-8ef2-bc9b8d321730/model-vers/model-ver/1161e029-88ef-405f-b922-a9f9740deace?depth=0
2021-09-29T07:58:09.079Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T07:58:09.137Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c89b5ad1-9384-478d-8ef2-bc9b8d321730/model-vers/model-ver/1161e029-88ef-405f-b922-a9f9740deace?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-09-29T07:58:09.139Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c89b5ad1-9384-478d-8ef2-bc9b8d321730/model-vers/model-ver/1161e029-88ef-405f-b922-a9f9740deace?depth=0|INFO|500||Invoke
2021-09-29T07:58:09.169Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c89b5ad1-9384-478d-8ef2-bc9b8d321730/model-vers/model-ver/1161e029-88ef-405f-b922-a9f9740deace?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T07:58:09.283Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c89b5ad1-9384-478d-8ef2-bc9b8d321730/model-vers/model-ver/1161e029-88ef-405f-b922-a9f9740deace?depth=0|INFO|500||InvokeReturn
2021-09-29T07:58:09.283Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c89b5ad1-9384-478d-8ef2-bc9b8d321730/model-vers/model-ver/1161e029-88ef-405f-b922-a9f9740deace?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-07:58:09:177-98505], vertex-id=[200824], Content-Length=[0], Date=[Wed, 29 Sep 2021 07:58:09 GMT], Content-Type=[application/json]}
2021-09-29T07:58:09.284Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-29T07:58:09.284Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T07:58:09.284Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||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-09-29T07:58:09.291Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T07:58:09.292Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c751369-3101-4a85-a2ee-556423f32457 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T07:58:09.293Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T07:58:09.294Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:09.298Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:09.299Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902289293,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T07:58:09.398Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T07:58:09.399Z||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-09-29T07:58:09.399Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:09.410Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:09.410Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T07:58:10.312Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:58:10.312Z|6c751369-3101-4a85-a2ee-556423f32457|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-09-29T07:58:10.313Z|6c751369-3101-4a85-a2ee-556423f32457|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:14.747Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:14.748Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T07:58:14.748Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2df434f9-e2c5-4f04-84e7-165117d62f27","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4418913b-f07a-4f50-b2d8-282044dfa5a8","serviceDescription":"service","serviceInvariantUUID":"7bd996ce-ba3c-4db5-a030-4d5407a61cba","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec50e9dd-295b-4540-83c6-98daf9983a65","resourceInvariantUUID":"6a337d93-6dca-4be2-8d54-64f0e8d260a8","resourceCustomizationUUID":"2cbcc870-9c63-49b9-b5f7-4a34d6e2c0ee","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":"NTFmYzY1ZjQxMjk1MzhiYTIwMDJjMTJlNjA5NzRjZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83013901-5dbd-4357-9943-ca6bd3d2585b","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":"be5ad058-0e55-4c01-bb93-b1a9092aebc1","artifactVersion":"2","generatedFromUUID":"9dba7788-33c2-41e9-b221-4e2a6a0f343f"},{"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":"9dba7788-33c2-41e9-b221-4e2a6a0f343f","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":"YjgxZmQwMGY0OTRkZDAzMTAyMWU4ODc0NGY1YTE1NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b0b9c410-90e4-4521-a4f9-4cf8ccc3f9d3","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":"0fad120e-f931-4ff8-a8d2-6a6d3494ad9f","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":"dae6e11a-bbde-45ff-ae5d-8c4944791a2c","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":"ef77c8ca-2710-4b94-a4b3-247ae1cee432","artifactVersion":"2","generatedFromUUID":"0fad120e-f931-4ff8-a8d2-6a6d3494ad9f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjUzYzhiY2E3MGE4MjcxNWFmZjcxNzIwNTljMGFiZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b0c4895-23d4-4695-8632-8bf7039e4fcb","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWNhYTE5YmVlNmViNDdkNTc2ZWIyODZjNDgzZmIxYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7313c4e1-4fb7-465d-9978-65760e9bf851","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T07:58:14.751Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:58:14.751Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:14.753Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:14.753Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:58:14.853Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:14.854Z||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-09-29T07:58:14.854Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:14.868Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:14.868Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:15.754Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:58:15.755Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:15.757Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:15.757Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-29T07:58:15.857Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:15.858Z||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-09-29T07:58:15.858Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:15.872Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:15.872Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:16.757Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:58:16.758Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:16.760Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:16.760Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-29T07:58:16.860Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:16.861Z||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-09-29T07:58:16.861Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:16.875Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:16.875Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:17.760Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:58:17.761Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:17.763Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:17.763Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:58:17.863Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:17.864Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T07:58:17.864Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:17.875Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:17.875Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-29T07:58:18.764Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:58:18.765Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:18.767Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:18.767Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:58:18.867Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:18.868Z||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-09-29T07:58:18.868Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:18.880Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:18.880Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:58:18.887Z||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-09-29T07:58:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:18.911Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:18.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "aai-ml",
  "timestamp": 1632902125157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:58:18.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:58:18.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "aai-ml",
  "timestamp": 1632902125157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:58:18.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:58:18.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "aai-ml",
  "timestamp": 1632902125157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:58:18.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:58:18.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "aai-ml",
  "timestamp": 1632902125157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:58:18.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:58:18.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "clamp",
  "timestamp": 1632902129054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:58:18.913Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:58:18.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "aai-ml",
  "timestamp": 1632902125157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:58:18.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:58:18.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "aai-ml",
  "timestamp": 1632902125157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:58:18.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:58:18.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "aai-ml",
  "timestamp": 1632902125157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:58:18.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:58:18.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "clamp",
  "timestamp": 1632902132059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:58:18.914Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:58:18.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "aai-ml",
  "timestamp": 1632902125157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:58:18.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:58:18.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "clamp",
  "timestamp": 1632902133064,
  "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-09-29T07:58:18.921Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ca000143-3807-4dd0-be2a-314d328e8f02
2021-09-29T07:58:18.922Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca000143-3807-4dd0-be2a-314d328e8f02 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-09-29T07:58:18.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "aai-ml",
  "timestamp": 1632902133937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:58:18.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:58:18.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "aai-ml",
  "timestamp": 1632902146901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:58:18.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:58:18.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:58:18.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "aai-ml",
  "timestamp": 1632902147905,
  "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-09-29T07:58:18.937Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ca000143-3807-4dd0-be2a-314d328e8f02
2021-09-29T07:58:18.937Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca000143-3807-4dd0-be2a-314d328e8f02 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-09-29T07:58:19.767Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:58:19.768Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:19.770Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:19.770Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:58:19.870Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:19.871Z||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-09-29T07:58:19.871Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:19.884Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:19.884Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:20.770Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:58:20.771Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:20.773Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:20.773Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-29T07:58:20.873Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:20.874Z||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-09-29T07:58:20.875Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:20.887Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:20.887Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:21.774Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:58:21.774Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:21.776Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:21.776Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:58:21.876Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:21.877Z||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-09-29T07:58:21.877Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:21.895Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:21.896Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-09-29T07:58:22.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:58:22.777Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:22.779Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:22.779Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:58:22.879Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:22.880Z||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-09-29T07:58:22.880Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:22.891Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:22.891Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:23.780Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "4418913b-f07a-4f50-b2d8-282044dfa5a8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7bd996ce-ba3c-4db5-a030-4d5407a61cba",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "2cbcc870-9c63-49b9-b5f7-4a34d6e2c0ee",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ec50e9dd-295b-4540-83c6-98daf9983a65",
      "resourceInvariantUUID": "6a337d93-6dca-4be2-8d54-64f0e8d260a8",
      "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": "be5ad058-0e55-4c01-bb93-b1a9092aebc1",
          "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": "9dba7788-33c2-41e9-b221-4e2a6a0f343f",
          "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": "YjgxZmQwMGY0OTRkZDAzMTAyMWU4ODc0NGY1YTE1NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b0b9c410-90e4-4521-a4f9-4cf8ccc3f9d3",
          "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": "0fad120e-f931-4ff8-a8d2-6a6d3494ad9f",
          "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": "ef77c8ca-2710-4b94-a4b3-247ae1cee432",
            "generatedFromUUID": "0fad120e-f931-4ff8-a8d2-6a6d3494ad9f"
          },
          "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": "ef77c8ca-2710-4b94-a4b3-247ae1cee432",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OWNhYTE5YmVlNmViNDdkNTc2ZWIyODZjNDgzZmIxYTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7313c4e1-4fb7-465d-9978-65760e9bf851"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T07:58:23.781Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T07:58:23.781Z|6c751369-3101-4a85-a2ee-556423f32457|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4418913b-f07a-4f50-b2d8-282044dfa5a8 ASDC
2021-09-29T07:58:23.782Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2df434f9-e2c5-4f04-84e7-165117d62f27
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:4418913b-f07a-4f50-b2d8-282044dfa5a8
ServiceInvariantUUID:7bd996ce-ba3c-4db5-a030-4d5407a61cba
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:7313c4e1-4fb7-465d-9978-65760e9bf851
ArtifactChecksum:OWNhYTE5YmVlNmViNDdkNTc2ZWIyODZjNDgzZmIxYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2cbcc870-9c63-49b9-b5f7-4a34d6e2c0ee
ResourceInvariantUUID:6a337d93-6dca-4be2-8d54-64f0e8d260a8
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ec50e9dd-295b-4540-83c6-98daf9983a65
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:be5ad058-0e55-4c01-bb93-b1a9092aebc1
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:9dba7788-33c2-41e9-b221-4e2a6a0f343f
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:b0b9c410-90e4-4521-a4f9-4cf8ccc3f9d3
ArtifactChecksum:YjgxZmQwMGY0OTRkZDAzMTAyMWU4ODc0NGY1YTE1NWE=
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:0fad120e-f931-4ff8-a8d2-6a6d3494ad9f
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:ef77c8ca-2710-4b94-a4b3-247ae1cee432
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:ef77c8ca-2710-4b94-a4b3-247ae1cee432
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-29T07:58:23.782Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4418913b-f07a-4f50-b2d8-282044dfa5a8 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-09-29T07:58:23.818Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T07:58:23.818Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:58:23.818Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:58:23.818Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7313c4e1-4fb7-465d-9978-65760e9bf851 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-29T07:58:23.819Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:58:23.819Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-29T07:58:26.001Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:58:26.004Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7313c4e1-4fb7-465d-9978-65760e9bf851 68752
2021-09-29T07:58:26.004Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-29T07:58:26.004Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-29T07:58:26.004Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:58:26.005Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:26.007Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:26.007Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902306004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:58:26.107Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:26.108Z||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-09-29T07:58:26.108Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:26.120Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:26.121Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:27.007Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T07:58:27.008Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:58:27.008Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7313c4e1-4fb7-465d-9978-65760e9bf851, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-29T07:58:27.009Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-29T07:58:27.009Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-29T07:58:27.009Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-29T07:58:27.254Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10598778885591919076/Definitions/service-BasicCnf-template.yml
2021-09-29T07:58:28.435Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T07:58:28.435Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T07:58:28.435Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-29T07:58:28.435Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-29T07:58:28.435Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:28.436Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:28.436Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-29T07:58:28.436Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:28.436Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T07:58:28.436Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.436Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:28.436Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T07:58:28.437Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T07:58:28.437Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T07:58:28.437Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.437Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:28.437Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T07:58:28.438Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T07:58:28.438Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T07:58:28.438Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.438Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:28.438Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.438Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-29T07:58:28.438Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-29T07:58:28.439Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-29T07:58:28.439Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T07:58:28.439Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.439Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T07:58:28.439Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.439Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T07:58:28.439Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:58:28.440Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.440Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T07:58:28.440Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:58:28.440Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.440Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T07:58:28.440Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:58:28.440Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.440Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-29T07:58:28.441Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-29T07:58:28.441Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dd8248d1-3576-47be-b36f-11b89276aaea
2021-09-29T07:58:28.441Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.441Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:28.441Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.442Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:28.442Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.442Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:28.442Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:28.442Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:28.442Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:4418913b-f07a-4f50-b2d8-282044dfa5a8
Model Version:NULL
Model InvariantUuid:7bd996ce-ba3c-4db5-a030-4d5407a61cba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:d128b5ff-c0da-40ad-9b5a-9a45a411438f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6a337d93-6dca-4be2-8d54-64f0e8d260a8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2cbcc870-9c63-49b9-b5f7-4a34d6e2c0ee
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e80a3f5-f2cc-4ace-89b7-e20156ba839c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ab5d2b57-4ca6-4253-8d15-5ca02cd0c9d1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dd8248d1-3576-47be-b36f-11b89276aaea
ModelInvariantUuid:4c95ac9f-1bc9-4082-a25a-cc722a1b51c8
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:cce7c636-d33e-432a-a408-5880c01cbe2c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:485ed21f-690a-40ac-9fd2-e346a1571c6a
ModelInvariantUuid:de69a08c-0f4b-4e1b-8446-9a0008a1f6e8
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:a88e7ae1-bc40-408b-ad0e-1dcdc5f0aa58
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-09-29T07:58:28.449Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ec50e9dd-295b-4540-83c6-98daf9983a65
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-09-29T07:58:28.452Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-09-29T07:58:28.452Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec50e9dd-295b-4540-83c6-98daf9983a65
2021-09-29T07:58:28.452Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: be5ad058-0e55-4c01-bb93-b1a9092aebc1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-29T07:58:28.452Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:58:28.453Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:29.060Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:58:29.060Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env be5ad058-0e55-4c01-bb93-b1a9092aebc1 12
2021-09-29T07:58:29.061Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:29.061Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:29.061Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:58:29.061Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:29.063Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:29.063Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902309061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:58:29.163Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:29.164Z||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-09-29T07:58:29.164Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:29.174Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:29.174Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:30.064Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9dba7788-33c2-41e9-b221-4e2a6a0f343f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-29T07:58:30.064Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:58:30.064Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:30.230Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:58:30.230Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9dba7788-33c2-41e9-b221-4e2a6a0f343f 2688
2021-09-29T07:58:30.230Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:30.231Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:30.231Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:58:30.231Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:30.233Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:30.233Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902310230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:58:30.333Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:30.334Z||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-09-29T07:58:30.334Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:30.346Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:30.346Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-29T07:58:31.235Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b0b9c410-90e4-4521-a4f9-4cf8ccc3f9d3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-29T07:58:31.235Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:58:31.235Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:31.432Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:58:31.433Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b0b9c410-90e4-4521-a4f9-4cf8ccc3f9d3 828
2021-09-29T07:58:31.433Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:31.433Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:31.433Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:58:31.433Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:31.435Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:31.435Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902311433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:58:31.535Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:31.536Z||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-09-29T07:58:31.536Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:31.547Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:31.547Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:32.436Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1e80a3f5-f2cc-4ace-89b7-e20156ba839c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ab5d2b57-4ca6-4253-8d15-5ca02cd0c9d1",
    "vfModuleModelCustomizationUUID": "8f9069d0-5b1a-4f25-aa2e-04104a57077e",
    "isBase": true,
    "artifacts": [
      "9dba7788-33c2-41e9-b221-4e2a6a0f343f",
      "0fad120e-f931-4ff8-a8d2-6a6d3494ad9f",
      "ef77c8ca-2710-4b94-a4b3-247ae1cee432"
    ],
    "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-09-29T07:58:32.442Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab5d2b57-4ca6-4253-8d15-5ca02cd0c9d1
VfModuleModelInvariantUUID:1e80a3f5-f2cc-4ace-89b7-e20156ba839c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9dba7788-33c2-41e9-b221-4e2a6a0f343f
,
0fad120e-f931-4ff8-a8d2-6a6d3494ad9f
,
ef77c8ca-2710-4b94-a4b3-247ae1cee432

}
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-09-29T07:58:32.444Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1e80a3f5-f2cc-4ace-89b7-e20156ba839c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ab5d2b57-4ca6-4253-8d15-5ca02cd0c9d1",
    "vfModuleModelCustomizationUUID": "8f9069d0-5b1a-4f25-aa2e-04104a57077e",
    "isBase": true,
    "artifacts": [
      "9dba7788-33c2-41e9-b221-4e2a6a0f343f",
      "0fad120e-f931-4ff8-a8d2-6a6d3494ad9f",
      "ef77c8ca-2710-4b94-a4b3-247ae1cee432"
    ],
    "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-09-29T07:58:32.445Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab5d2b57-4ca6-4253-8d15-5ca02cd0c9d1
VfModuleModelInvariantUUID:1e80a3f5-f2cc-4ace-89b7-e20156ba839c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9dba7788-33c2-41e9-b221-4e2a6a0f343f
,
0fad120e-f931-4ff8-a8d2-6a6d3494ad9f
,
ef77c8ca-2710-4b94-a4b3-247ae1cee432

}
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-09-29T07:58:32.445Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0fad120e-f931-4ff8-a8d2-6a6d3494ad9f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-29T07:58:32.445Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:58:32.445Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:32.614Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:58:32.614Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0fad120e-f931-4ff8-a8d2-6a6d3494ad9f 1164
2021-09-29T07:58:32.615Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:32.615Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:32.615Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:58:32.615Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:32.617Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:32.618Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902312615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:58:32.718Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:32.718Z||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-09-29T07:58:32.718Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:32.729Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:32.729Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:33.618Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ef77c8ca-2710-4b94-a4b3-247ae1cee432 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-29T07:58:33.620Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:58:33.620Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:33.797Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:58:33.798Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ef77c8ca-2710-4b94-a4b3-247ae1cee432 200
2021-09-29T07:58:33.798Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:33.798Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:33.798Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:58:33.798Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:33.800Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:33.800Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902313798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:58:33.900Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:33.901Z||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-09-29T07:58:33.901Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:33.910Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:33.911Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:34.801Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4418913b-f07a-4f50-b2d8-282044dfa5a8
2021-09-29T07:58:34.801Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ec50e9dd-295b-4540-83c6-98daf9983a65 ASDC
2021-09-29T07:58:34.810Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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 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=?
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-09-29T07:58:34.821Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@271da319, org.onap.sdc.toscaparser.api.parameters.Input@3874e234, org.onap.sdc.toscaparser.api.parameters.Input@501bba7c, org.onap.sdc.toscaparser.api.parameters.Input@5afac35d, org.onap.sdc.toscaparser.api.parameters.Input@10b5a670]
2021-09-29T07:58:34.822Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.823Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:34.823Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-29T07:58:34.823Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 2cbcc870-9c63-49b9-b5f7-4a34d6e2c0ee
2021-09-29T07:58:34.823Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2cbcc870-9c63-49b9-b5f7-4a34d6e2c0ee matches Tosca VF Customization UUID: 2cbcc870-9c63-49b9-b5f7-4a34d6e2c0ee
2021-09-29T07:58:34.824Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 2cbcc870-9c63-49b9-b5f7-4a34d6e2c0ee  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-09-29T07:58:34.826Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.826Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:34.827Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 2cbcc870-9c63-49b9-b5f7-4a34d6e2c0ee: {\"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-09-29T07:58:34.827Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e66dbf8
2021-09-29T07:58:34.827Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.828Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T07:58:34.828Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8f9069d0-5b1a-4f25-aa2e-04104a57077e
2021-09-29T07:58:34.828Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8f9069d0-5b1a-4f25-aa2e-04104a57077e
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-09-29T07:58:34.831Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.831Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T07:58:34.831Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:58:34.831Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.831Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T07:58:34.831Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:58:34.832Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.832Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-29T07:58:34.832Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-29T07:58:34.832Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dd8248d1-3576-47be-b36f-11b89276aaea
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-09-29T07:58:34.834Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.834Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T07:58:34.834Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:58:34.835Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.835Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T07:58:34.835Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2cbcc870-9c63-49b9-b5f7-4a34d6e2c0ee
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-09-29T07:58:34.837Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.837Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:34.838Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4418913b-f07a-4f50-b2d8-282044dfa5a8: basic_cnf
2021-09-29T07:58:34.838Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.838Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:34.838Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.839Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:34.839Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.839Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:34.839Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.840Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:34.840Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:58:34.840Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:58:34.840Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:34.902Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ec50e9dd-295b-4540-83c6-98daf9983a65 1 ASDC deployResourceStructure
2021-09-29T07:58:34.903Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:34.904Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:34.904Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-29T07:58:34.904Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:34.906Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:34.907Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902314903,
  "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-09-29T07:58:35.007Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:35.008Z||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-09-29T07:58:35.008Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:35.018Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:35.019Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:35.908Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:35.908Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:35.908Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-29T07:58:35.908Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:35.910Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:35.910Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902315907,
  "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-09-29T07:58:36.010Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:36.011Z||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-09-29T07:58:36.011Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:36.023Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:36.024Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:36.911Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:36.911Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:36.911Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:58:36.911Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:36.913Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:36.913Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902316911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:58:37.013Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:37.014Z||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-09-29T07:58:37.014Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:37.024Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:37.024Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:37.915Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:37.915Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:37.915Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:58:37.915Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:37.917Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:37.917Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902317915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T07:58:38.018Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T07:58:38.019Z||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-09-29T07:58:38.019Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:38.032Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:38.032Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:38.918Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:38.919Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:58:38.919Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:58:38.919Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:38.921Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:38.921Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902318918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-29T07:58:39.021Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:58:39.022Z||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-09-29T07:58:39.022Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:39.032Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:39.033Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-29T07:58:39.923Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-29T07:58:39.924Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-29T07:58:39.924Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:58:39.925Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:58:39.926Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:58:39.927Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902319923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:58:40.026Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T07:58:40.027Z||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-09-29T07:58:40.027Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:58:40.043Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:58:40.044Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:58:40.927Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2df434f9-e2c5-4f04-84e7-165117d62f27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:58:40.943Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2df434f9-e2c5-4f04-84e7-165117d62f27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:58:40.949Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:58:40.949Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T07:58:40.950Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T07:58:40.950Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T07:58:40.950Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:58:40.951Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:58:40.951Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:58:40.951Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:58:40.952Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:58:40.952Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:58:40.952Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T07:58:40.957Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T07:59:10.959Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2df434f9-e2c5-4f04-84e7-165117d62f27 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-09-29T07:59:10.976Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2df434f9-e2c5-4f04-84e7-165117d62f27 and serviceModelVersionId: 4418913b-f07a-4f50-b2d8-282044dfa5a8
2021-09-29T07:59:10.976Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7bd996ce-ba3c-4db5-a030-4d5407a61cba
2021-09-29T07:59:10.978Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7bd996ce-ba3c-4db5-a030-4d5407a61cba/model-vers/model-ver/4418913b-f07a-4f50-b2d8-282044dfa5a8?depth=0
2021-09-29T07:59:10.985Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T07:59:11.046Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bd996ce-ba3c-4db5-a030-4d5407a61cba/model-vers/model-ver/4418913b-f07a-4f50-b2d8-282044dfa5a8?depth=0|INFO|500||Invoke
2021-09-29T07:59:11.047Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bd996ce-ba3c-4db5-a030-4d5407a61cba/model-vers/model-ver/4418913b-f07a-4f50-b2d8-282044dfa5a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bd996ce-ba3c-4db5-a030-4d5407a61cba/model-vers/model-ver/4418913b-f07a-4f50-b2d8-282044dfa5a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2df434f9-e2c5-4f04-84e7-165117d62f27], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c8dd8ccc-9d19-4ab7-9b84-5c6251d980be], X-ECOMP-RequestID=[2df434f9-e2c5-4f04-84e7-165117d62f27], X-TransactionId=[], X-ONAP-RequestID=[2df434f9-e2c5-4f04-84e7-165117d62f27], Content-Type=[application/merge-patch+json]}
2021-09-29T07:59:11.074Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bd996ce-ba3c-4db5-a030-4d5407a61cba/model-vers/model-ver/4418913b-f07a-4f50-b2d8-282044dfa5a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T07:59:11.170Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bd996ce-ba3c-4db5-a030-4d5407a61cba/model-vers/model-ver/4418913b-f07a-4f50-b2d8-282044dfa5a8?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/7bd996ce-ba3c-4db5-a030-4d5407a61cba/model-vers/model-ver/4418913b-f07a-4f50-b2d8-282044dfa5a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210929-07:59:11:080-1903], vertex-id=[393304], Content-Length=[0], Date=[Wed, 29 Sep 2021 07:59:11 GMT], Content-Type=[application/json]}
2021-09-29T07:59:11.171Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bd996ce-ba3c-4db5-a030-4d5407a61cba/model-vers/model-ver/4418913b-f07a-4f50-b2d8-282044dfa5a8?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T07:59:11.171Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bd996ce-ba3c-4db5-a030-4d5407a61cba/model-vers/model-ver/4418913b-f07a-4f50-b2d8-282044dfa5a8?depth=0|INFO|500||InvokeReturn
2021-09-29T07:59:11.172Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T07:59:11.172Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||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-09-29T07:59:11.178Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T07:59:11.178Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2df434f9-e2c5-4f04-84e7-165117d62f27 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T07:59:11.179Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T07:59:11.179Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:11.184Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:11.185Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902351178,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T07:59:11.285Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:59:11.286Z||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-09-29T07:59:11.286Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:11.308Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:11.309Z||pool-77-thread-1|||||INFO|500||cambria reply ok (24 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-09-29T07:59:12.201Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T07:59:12.201Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca000143-3807-4dd0-be2a-314d328e8f02","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3d458f26-e469-4b30-826a-58205741c7cb","serviceDescription":"service","serviceInvariantUUID":"3b83241c-05ea-4d7c-96de-2db0961b0f3c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20b5595b-125a-4d2e-9371-5641001ab473","resourceInvariantUUID":"5100959d-ebd8-42ae-9fbd-9bb41509512d","resourceCustomizationUUID":"25cad0b1-b330-40bc-a0a5-8c0f952aa0b7","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":"YTE4ZDMyNzIyMDk0ODJmMTcyZjYyN2RkZjFhMWI0NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cdcd5260-161d-4322-8f62-e12ad000e349","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":"OTU2NzVkNGQxNjQ2M2FmY2M5NDczYWI1NWU1YTVmZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9a2b165-d3d9-4532-8c80-09519ef598ef","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a2ec8ad-cafd-40f2-ae6f-078f129d03f0","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":"87bde16a-59b5-4b5c-a2b9-6b34d69b3486","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ba516b95-5446-4132-a73d-710453e72ee1","artifactVersion":"2","generatedFromUUID":"7a2ec8ad-cafd-40f2-ae6f-078f129d03f0"},{"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":"MTY2NWNkNDhkOWI4NTBjYWRhMDQ5Njk1M2Y1NjAwYWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d619db8f-0446-4309-a6f8-e431ce9786af","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":"NWI4NDFmYThiNGVjMjQwZjBkYjViMTQxNzMwZWZlMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad95d122-33ad-436f-864f-c216dee86f30","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2I5NDViYzZjZjEwZTY0YWJkNTkyNDZlZjc0N2M2ZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e81b3669-af7a-468f-9ea4-5bf2e8a36119","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T07:59:12.202Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:59:12.202Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:12.204Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:12.204Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:59:12.304Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:59:12.305Z||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-09-29T07:59:12.305Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:12.315Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:12.316Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-29T07:59:13.205Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:59:13.206Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:13.208Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:13.208Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:59:13.308Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:59:13.309Z||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-09-29T07:59:13.309Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:13.320Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:13.321Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:14.208Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:59:14.209Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:14.211Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:14.211Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:59:14.311Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:59:14.312Z||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-09-29T07:59:14.312Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:14.322Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:14.322Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:15.212Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:59:15.213Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:15.214Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:15.215Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:59:15.315Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:59:15.316Z||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-09-29T07:59:15.316Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:15.326Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:15.326Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:16.215Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:59:16.216Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:16.217Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:16.218Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-29T07:59:16.318Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:59:16.319Z||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-09-29T07:59:16.319Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:16.328Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:16.329Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:17.218Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:59:17.219Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:17.220Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:17.221Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:59:17.321Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:59:17.321Z||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-09-29T07:59:17.321Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:17.331Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:17.331Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:18.221Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:59:18.222Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:18.224Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:18.224Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:59:18.325Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T07:59:18.326Z||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-09-29T07:59:18.326Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:18.336Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:18.336Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T07:59:18.887Z||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-09-29T07:59:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:18.910Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:18.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:59:18.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c751369-3101-4a85-a2ee-556423f32457",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902289293,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T07:59:18.912Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T07:59:18.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:59:18.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T07:59:18.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:59:18.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:59:18.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-29T07:59:18.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:59:18.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:59:18.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-29T07:59:18.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:59:18.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:59:18.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T07:59:18.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:59:18.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T07:59:18.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-29T07:59:18.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T07:59:19.225Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T07:59:19.225Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:19.228Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:19.228Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T07:59:19.330Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-29T07:59:19.332Z||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-09-29T07:59:19.332Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:19.347Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:19.347Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:20.230Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3d458f26-e469-4b30-826a-58205741c7cb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3b83241c-05ea-4d7c-96de-2db0961b0f3c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "25cad0b1-b330-40bc-a0a5-8c0f952aa0b7",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "20b5595b-125a-4d2e-9371-5641001ab473",
      "resourceInvariantUUID": "5100959d-ebd8-42ae-9fbd-9bb41509512d",
      "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": "OTU2NzVkNGQxNjQ2M2FmY2M5NDczYWI1NWU1YTVmZjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d9a2b165-d3d9-4532-8c80-09519ef598ef",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7a2ec8ad-cafd-40f2-ae6f-078f129d03f0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ba516b95-5446-4132-a73d-710453e72ee1",
            "generatedFromUUID": "7a2ec8ad-cafd-40f2-ae6f-078f129d03f0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ba516b95-5446-4132-a73d-710453e72ee1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2I5NDViYzZjZjEwZTY0YWJkNTkyNDZlZjc0N2M2ZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e81b3669-af7a-468f-9ea4-5bf2e8a36119"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T07:59:20.232Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T07:59:20.232Z|2df434f9-e2c5-4f04-84e7-165117d62f27|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3d458f26-e469-4b30-826a-58205741c7cb ASDC
2021-09-29T07:59:20.233Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ca000143-3807-4dd0-be2a-314d328e8f02
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3d458f26-e469-4b30-826a-58205741c7cb
ServiceInvariantUUID:3b83241c-05ea-4d7c-96de-2db0961b0f3c
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:e81b3669-af7a-468f-9ea4-5bf2e8a36119
ArtifactChecksum:N2I5NDViYzZjZjEwZTY0YWJkNTkyNDZlZjc0N2M2ZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:25cad0b1-b330-40bc-a0a5-8c0f952aa0b7
ResourceInvariantUUID:5100959d-ebd8-42ae-9fbd-9bb41509512d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:20b5595b-125a-4d2e-9371-5641001ab473
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:d9a2b165-d3d9-4532-8c80-09519ef598ef
ArtifactChecksum:OTU2NzVkNGQxNjQ2M2FmY2M5NDczYWI1NWU1YTVmZjY=
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:7a2ec8ad-cafd-40f2-ae6f-078f129d03f0
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:ba516b95-5446-4132-a73d-710453e72ee1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:ba516b95-5446-4132-a73d-710453e72ee1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-29T07:59:20.233Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d458f26-e469-4b30-826a-58205741c7cb 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-09-29T07:59:20.273Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T07:59:20.274Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:59:20.274Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:59:20.275Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e81b3669-af7a-468f-9ea4-5bf2e8a36119 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-29T07:59:20.275Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:59:20.275Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-29T07:59:23.088Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:59:23.095Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e81b3669-af7a-468f-9ea4-5bf2e8a36119 78605
2021-09-29T07:59:23.095Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-29T07:59:23.095Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-29T07:59:23.096Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:59:23.096Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:23.099Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:23.099Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902363095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:59:23.245Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 126 ms
2021-09-29T07:59:23.250Z||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-09-29T07:59:23.250Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:23.260Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:23.260Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:24.099Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T07:59:24.100Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T07:59:24.101Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e81b3669-af7a-468f-9ea4-5bf2e8a36119, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T07:59:24.101Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-29T07:59:24.101Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T07:59:24.101Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T07:59:24.317Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10159395132358924086/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-29T07:59:25.484Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T07:59:25.485Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T07:59:25.485Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T07:59:25.485Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-29T07:59:25.485Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:25.485Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T07:59:25.485Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T07:59:25.486Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T07:59:25.486Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T07:59:25.486Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:25.486Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T07:59:25.486Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:25.486Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T07:59:25.487Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T07:59:25.487Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.487Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:25.487Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T07:59:25.487Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T07:59:25.488Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T07:59:25.488Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.488Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:25.488Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T07:59:25.488Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T07:59:25.489Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T07:59:25.489Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.489Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:25.489Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.489Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-29T07:59:25.490Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-29T07:59:25.490Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-29T07:59:25.490Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-29T07:59:25.490Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-29T07:59:25.490Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T07:59:25.491Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.491Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T07:59:25.491Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.491Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T07:59:25.491Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:59:25.492Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.492Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T07:59:25.492Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:59:25.492Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.492Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T07:59:25.492Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:59:25.493Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.493Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-29T07:59:25.493Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-29T07:59:25.493Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-29T07:59:25.493Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b0e3dbe2-fd75-4a73-bdc9-126377a2699d
2021-09-29T07:59:25.494Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.494Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:25.494Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.494Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:25.494Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.495Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:25.495Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:25.495Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:25.495Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3d458f26-e469-4b30-826a-58205741c7cb
Model Version:NULL
Model InvariantUuid:3b83241c-05ea-4d7c-96de-2db0961b0f3c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:22622449-bf35-4070-b241-bbde52cf1f1d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5100959d-ebd8-42ae-9fbd-9bb41509512d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:25cad0b1-b330-40bc-a0a5-8c0f952aa0b7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:784d2be2-645d-438f-9141-e1aacb786dff
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:a094be3b-4215-4e3b-a4e0-5c6165c158e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b0e3dbe2-fd75-4a73-bdc9-126377a2699d
ModelInvariantUuid:8208ddd3-b4d1-4286-a7a4-c62967efa65e
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:ca943d59-2624-41b2-b543-aa8f8fd162e0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a2f0b39f-595a-467a-ac3f-c8f0ac8f53bc
ModelInvariantUuid:1b96559b-dcdd-4de5-b02d-7737c5ed6d88
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f8f6367a-e770-4216-876b-041c38ab3df1
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-09-29T07:59:25.502Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 20b5595b-125a-4d2e-9371-5641001ab473
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-09-29T07:59:25.507Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2021-09-29T07:59:25.507Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20b5595b-125a-4d2e-9371-5641001ab473
2021-09-29T07:59:25.507Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d9a2b165-d3d9-4532-8c80-09519ef598ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-29T07:59:25.507Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:59:25.508Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:27.284Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:59:27.285Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d9a2b165-d3d9-4532-8c80-09519ef598ef 792
2021-09-29T07:59:27.285Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:27.285Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:27.285Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:59:27.285Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:27.290Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:27.290Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902367285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:59:27.387Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-29T07:59:27.388Z||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-09-29T07:59:27.388Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:27.399Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:27.399Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:28.290Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "784d2be2-645d-438f-9141-e1aacb786dff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a094be3b-4215-4e3b-a4e0-5c6165c158e4",
    "vfModuleModelCustomizationUUID": "fd997ea5-ae37-431a-8963-045b412baf26",
    "isBase": true,
    "artifacts": [
      "7a2ec8ad-cafd-40f2-ae6f-078f129d03f0",
      "ba516b95-5446-4132-a73d-710453e72ee1"
    ],
    "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-09-29T07:59:28.294Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a094be3b-4215-4e3b-a4e0-5c6165c158e4
VfModuleModelInvariantUUID:784d2be2-645d-438f-9141-e1aacb786dff
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a2ec8ad-cafd-40f2-ae6f-078f129d03f0
,
ba516b95-5446-4132-a73d-710453e72ee1

}
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-09-29T07:59:28.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "784d2be2-645d-438f-9141-e1aacb786dff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a094be3b-4215-4e3b-a4e0-5c6165c158e4",
    "vfModuleModelCustomizationUUID": "fd997ea5-ae37-431a-8963-045b412baf26",
    "isBase": true,
    "artifacts": [
      "7a2ec8ad-cafd-40f2-ae6f-078f129d03f0",
      "ba516b95-5446-4132-a73d-710453e72ee1"
    ],
    "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-09-29T07:59:28.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a094be3b-4215-4e3b-a4e0-5c6165c158e4
VfModuleModelInvariantUUID:784d2be2-645d-438f-9141-e1aacb786dff
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a2ec8ad-cafd-40f2-ae6f-078f129d03f0
,
ba516b95-5446-4132-a73d-710453e72ee1

}
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-09-29T07:59:28.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7a2ec8ad-cafd-40f2-ae6f-078f129d03f0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-29T07:59:28.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:59:28.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:29.205Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:59:29.206Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7a2ec8ad-cafd-40f2-ae6f-078f129d03f0 5033
2021-09-29T07:59:29.206Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:29.206Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:29.206Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:59:29.207Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:29.208Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:29.208Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902369206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:59:29.308Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:59:29.309Z||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-09-29T07:59:29.309Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:29.319Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:29.319Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:30.209Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ba516b95-5446-4132-a73d-710453e72ee1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-29T07:59:30.209Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T07:59:30.210Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:30.480Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T07:59:30.480Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ba516b95-5446-4132-a73d-710453e72ee1 903
2021-09-29T07:59:30.481Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:30.481Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:30.481Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T07:59:30.481Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:30.483Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:30.483Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902370481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T07:59:30.583Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:59:30.584Z||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-09-29T07:59:30.584Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:30.594Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:30.594Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:31.484Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3d458f26-e469-4b30-826a-58205741c7cb
2021-09-29T07:59:31.486Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 20b5595b-125a-4d2e-9371-5641001ab473 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-09-29T07:59:31.502Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27e4bea1, org.onap.sdc.toscaparser.api.parameters.Input@3955d57e, org.onap.sdc.toscaparser.api.parameters.Input@13c21cc9, org.onap.sdc.toscaparser.api.parameters.Input@54fa982d, org.onap.sdc.toscaparser.api.parameters.Input@566925a5]
2021-09-29T07:59:31.504Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.504Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:31.504Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-29T07:59:31.504Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 25cad0b1-b330-40bc-a0a5-8c0f952aa0b7
2021-09-29T07:59:31.504Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 25cad0b1-b330-40bc-a0a5-8c0f952aa0b7 matches Tosca VF Customization UUID: 25cad0b1-b330-40bc-a0a5-8c0f952aa0b7
2021-09-29T07:59:31.504Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 25cad0b1-b330-40bc-a0a5-8c0f952aa0b7  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-09-29T07:59:31.507Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.507Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:31.508Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 25cad0b1-b330-40bc-a0a5-8c0f952aa0b7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-09-29T07:59:31.508Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@421c4f17
2021-09-29T07:59:31.508Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.508Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T07:59:31.508Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd997ea5-ae37-431a-8963-045b412baf26
2021-09-29T07:59:31.509Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd997ea5-ae37-431a-8963-045b412baf26
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-09-29T07:59:31.510Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.511Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T07:59:31.511Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:59:31.511Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.511Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T07:59:31.512Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:59:31.512Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.512Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-29T07:59:31.512Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-29T07:59:31.513Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-29T07:59:31.513Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b0e3dbe2-fd75-4a73-bdc9-126377a2699d
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-09-29T07:59:31.515Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.515Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T07:59:31.516Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T07:59:31.516Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.516Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T07:59:31.516Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=25cad0b1-b330-40bc-a0a5-8c0f952aa0b7
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-09-29T07:59:31.518Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.518Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:31.518Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3d458f26-e469-4b30-826a-58205741c7cb: basic_vm_macro
2021-09-29T07:59:31.519Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.519Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:31.519Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.519Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:31.519Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.520Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:31.520Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.520Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:31.520Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T07:59:31.520Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T07:59:31.521Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:31.607Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 20b5595b-125a-4d2e-9371-5641001ab473 1 ASDC deployResourceStructure
2021-09-29T07:59:31.608Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:31.608Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:31.608Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:59:31.609Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:31.611Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:31.611Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902371608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T07:59:31.711Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:59:31.712Z||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-09-29T07:59:31.712Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:31.722Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:31.722Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:32.613Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:32.613Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:32.613Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:59:32.614Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:32.615Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:32.616Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902372612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T07:59:32.716Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T07:59:32.717Z||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-09-29T07:59:32.717Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:32.730Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:32.731Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:33.616Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:33.617Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T07:59:33.617Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:59:33.617Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:33.620Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:33.620Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902373616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-29T07:59:33.720Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T07:59:33.721Z||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-09-29T07:59:33.721Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:33.730Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:33.731Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T07:59:34.622Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-29T07:59:34.623Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-29T07:59:34.623Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T07:59:34.624Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T07:59:34.635Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T07:59:34.635Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902374622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T07:59:34.744Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2021-09-29T07:59:34.745Z||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-09-29T07:59:34.745Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T07:59:34.760Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T07:59:34.761Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2021-09-29T07:59:35.636Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca000143-3807-4dd0-be2a-314d328e8f02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T07:59:35.645Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca000143-3807-4dd0-be2a-314d328e8f02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T07:59:35.648Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T07:59:35.648Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T07:59:35.649Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T07:59:35.649Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T07:59:35.649Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:59:35.649Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:59:35.649Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:59:35.649Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:59:35.649Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:59:35.650Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T07:59:35.650Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T07:59:35.655Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T08:00:05.655Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca000143-3807-4dd0-be2a-314d328e8f02 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-09-29T08:00:05.662Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca000143-3807-4dd0-be2a-314d328e8f02 and serviceModelVersionId: 3d458f26-e469-4b30-826a-58205741c7cb
2021-09-29T08:00:05.662Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b83241c-05ea-4d7c-96de-2db0961b0f3c
2021-09-29T08:00:05.662Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b83241c-05ea-4d7c-96de-2db0961b0f3c/model-vers/model-ver/3d458f26-e469-4b30-826a-58205741c7cb?depth=0
2021-09-29T08:00:05.666Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T08:00:05.705Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b83241c-05ea-4d7c-96de-2db0961b0f3c/model-vers/model-ver/3d458f26-e469-4b30-826a-58205741c7cb?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-09-29T08:00:05.706Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b83241c-05ea-4d7c-96de-2db0961b0f3c/model-vers/model-ver/3d458f26-e469-4b30-826a-58205741c7cb?depth=0|INFO|500||Invoke
2021-09-29T08:00:05.727Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b83241c-05ea-4d7c-96de-2db0961b0f3c/model-vers/model-ver/3d458f26-e469-4b30-826a-58205741c7cb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T08:00:06.039Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b83241c-05ea-4d7c-96de-2db0961b0f3c/model-vers/model-ver/3d458f26-e469-4b30-826a-58205741c7cb?depth=0|INFO|500||InvokeReturn
2021-09-29T08:00:06.040Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b83241c-05ea-4d7c-96de-2db0961b0f3c/model-vers/model-ver/3d458f26-e469-4b30-826a-58205741c7cb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210929-08:00:05:734-15544], vertex-id=[262352], Content-Length=[0], Date=[Wed, 29 Sep 2021 08:00:05 GMT], Content-Type=[application/json]}
2021-09-29T08:00:06.040Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-29T08:00:06.041Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T08:00:06.041Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T08:00:06.045Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T08:00:06.045Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca000143-3807-4dd0-be2a-314d328e8f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T08:00:06.045Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T08:00:06.046Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:00:06.047Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:00:06.047Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902406045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:00:06.148Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:00:06.148Z||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-09-29T08:00:06.148Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:00:06.160Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:00:06.161Z||pool-94-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-09-29T08:00:07.062Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:00:07.063Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:00:07.063Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:00:16.603Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:00:16.605Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:00:16.606Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:00:16.606Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:00:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:00:18.888Z||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-09-29T08:00:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:00:18.912Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:00:18.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:00:18.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:00:18.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902306004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902309061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:00:18.915Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902310230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:00:18.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902311433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:00:18.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902312615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:00:18.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902313798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:00:18.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902314903,
  "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-09-29T08:00:18.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902315907,
  "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-09-29T08:00:18.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902316911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T08:00:18.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902317915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T08:00:18.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902318918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-29T08:00:18.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902319923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:00:18.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df434f9-e2c5-4f04-84e7-165117d62f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902351178,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:00:18.920Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:00:18.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:00:18.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:00:18.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T08:00:18.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:00:18.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:00:18.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:00:18.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:00:18.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:00:18.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-29T08:00:18.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:00:18.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:00:18.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:00:18.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:00:18.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:00:18.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:00:26.146Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:00:26.147Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:00:26.147Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:00:26.148Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:00:35.691Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:00:35.692Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:00:35.693Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:00:35.693Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:00:45.241Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:00:45.242Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:00:45.243Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:00:45.243Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:00:54.794Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:01:18.883Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:01:18.883Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:01:18.884Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:01:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:01:18.886Z||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-09-29T08:01:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:01:18.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:01:18.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:01:18.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902290312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:01:18.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:01:28.429Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:02:18.883Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:02:18.885Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:02:18.885Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:02:18.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:02:18.886Z||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-09-29T08:02:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:02:19.411Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:02:19.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:02:19.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902363095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:02:19.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902367285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902369206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902370481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902371608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:02:19.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:02:19.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902372612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T08:02:19.415Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:02:19.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:02:19.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902373616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-29T08:02:19.416Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:02:19.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:02:19.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902374622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:02:19.416Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:02:19.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:02:19.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca000143-3807-4dd0-be2a-314d328e8f02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902406045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:02:19.417Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:02:28.430Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:03:18.884Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:03:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:03:18.887Z||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-09-29T08:03:18.887Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:03:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:03:18.887Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:03:28.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:03:28.444Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:04:18.884Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:04:18.886Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:04:18.889Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:04:18.889Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:04:18.889Z|f93c3fbf-e565-41ac-877d-04b41b96035a|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-09-29T08:04:18.889Z|f93c3fbf-e565-41ac-877d-04b41b96035a|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:04:28.438Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:04:28.438Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:05:18.882Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:05:18.883Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:05:18.883Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:05:18.885Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:05:18.886Z|f93c3fbf-e565-41ac-877d-04b41b96035a|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-09-29T08:05:18.886Z|f93c3fbf-e565-41ac-877d-04b41b96035a|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:05:28.429Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:05:28.439Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:18.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:06:18.885Z||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-09-29T08:06:18.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:06:18.885Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:18.886Z||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-09-29T08:06:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:23.308Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:23.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:06:23.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dae15778-6c93-4ccf-a3c6-7e224c597c0c","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"4c00fa37-265b-4b7f-89e8-36f421f3a06d","serviceDescription":"service","serviceInvariantUUID":"6d322d6a-2486-4f07-a279-294f50becfd6","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1e5f684b-d068-4e9e-b970-f1a3b08746aa","resourceInvariantUUID":"792a3f08-f703-46f2-9844-d559e756d60e","resourceCustomizationUUID":"ddf8d61d-100c-4aca-b73b-a553f25659ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7e1cb7d0-9a6f-4c44-bdbd-83d6005b9570","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":"MGMzNTRmNDg0ZTkyOTZiNDdlMWI4OTJjNzEwMzYwMGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b46d355-653c-4374-a02f-8d2b91bbe05e","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":"N2YyZmFiOGI4OGVlODBiNThmNTczMTAxOGY1YWVkYWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aedde105-d7c5-4c4a-9eab-dde720f0e46f","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":"214ee09d-f5a4-407d-aa03-979fcb47096f","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":"9909fb3f-1c83-4891-8e05-181fe45b1753","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":"6fbd290d-4184-4884-9611-8ed3d88ce18d","artifactVersion":"2","generatedFromUUID":"214ee09d-f5a4-407d-aa03-979fcb47096f"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Y2Y1NmY3YjAyODA0ZDAzN2UxYjgzOWJlODFjMjczZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0ccd9d01-3399-4e83-95fd-91629416bbe0","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZjRhZDZlYzFhOGYxYzYxOGU0MTVlYThiYzc1YjhhNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac6dcf91-b3ac-4f3f-b68c-141c6b3e26f3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T08:06:23.314Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:06:23.314Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:23.319Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:23.319Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:06:23.419Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:06:23.419Z||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-09-29T08:06:23.420Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:23.432Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:23.432Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:23.542Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:23.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:06:23.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902779965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:06:23.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:06:24.320Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:06:24.321Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:24.323Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:24.323Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:06:24.425Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-29T08:06:24.425Z||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-09-29T08:06:24.426Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:24.434Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:24.434Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:25.324Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:06:25.324Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:25.326Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:25.326Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T08:06:25.426Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:06:25.427Z||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-09-29T08:06:25.427Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:25.436Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:25.436Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:26.327Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:06:26.330Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:26.332Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:26.333Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:06:26.432Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:06:26.433Z||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-09-29T08:06:26.433Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:26.446Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:26.446Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:06:27.333Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:06:27.334Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:27.337Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:27.337Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:06:27.437Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:06:27.437Z||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-09-29T08:06:27.438Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:27.450Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:27.450Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:28.338Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:06:28.338Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:28.340Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:28.340Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-29T08:06:28.440Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:06:28.441Z||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-09-29T08:06:28.441Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:28.457Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:28.457Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:29.341Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:06:29.341Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:29.343Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:29.343Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:06:29.443Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:06:29.444Z||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-09-29T08:06:29.444Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:29.453Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:29.453Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:30.344Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:06:30.344Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:30.346Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:30.346Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:06:30.446Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:06:30.447Z||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-09-29T08:06:30.447Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:30.486Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:30.487Z||pool-102-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:31.347Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "4c00fa37-265b-4b7f-89e8-36f421f3a06d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6d322d6a-2486-4f07-a279-294f50becfd6",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "ddf8d61d-100c-4aca-b73b-a553f25659ec",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1e5f684b-d068-4e9e-b970-f1a3b08746aa",
      "resourceInvariantUUID": "792a3f08-f703-46f2-9844-d559e756d60e",
      "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": "N2YyZmFiOGI4OGVlODBiNThmNTczMTAxOGY1YWVkYWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aedde105-d7c5-4c4a-9eab-dde720f0e46f",
          "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": "214ee09d-f5a4-407d-aa03-979fcb47096f",
          "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": "6fbd290d-4184-4884-9611-8ed3d88ce18d",
            "generatedFromUUID": "214ee09d-f5a4-407d-aa03-979fcb47096f"
          },
          "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": "6fbd290d-4184-4884-9611-8ed3d88ce18d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZjRhZDZlYzFhOGYxYzYxOGU0MTVlYThiYzc1YjhhNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac6dcf91-b3ac-4f3f-b68c-141c6b3e26f3"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T08:06:31.348Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T08:06:31.348Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4c00fa37-265b-4b7f-89e8-36f421f3a06d ASDC
2021-09-29T08:06:31.349Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dae15778-6c93-4ccf-a3c6-7e224c597c0c
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:4c00fa37-265b-4b7f-89e8-36f421f3a06d
ServiceInvariantUUID:6d322d6a-2486-4f07-a279-294f50becfd6
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:ac6dcf91-b3ac-4f3f-b68c-141c6b3e26f3
ArtifactChecksum:ZjRhZDZlYzFhOGYxYzYxOGU0MTVlYThiYzc1YjhhNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:ddf8d61d-100c-4aca-b73b-a553f25659ec
ResourceInvariantUUID:792a3f08-f703-46f2-9844-d559e756d60e
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:1e5f684b-d068-4e9e-b970-f1a3b08746aa
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:aedde105-d7c5-4c4a-9eab-dde720f0e46f
ArtifactChecksum:N2YyZmFiOGI4OGVlODBiNThmNTczMTAxOGY1YWVkYWU=
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:214ee09d-f5a4-407d-aa03-979fcb47096f
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:6fbd290d-4184-4884-9611-8ed3d88ce18d
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:6fbd290d-4184-4884-9611-8ed3d88ce18d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-29T08:06:31.349Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4c00fa37-265b-4b7f-89e8-36f421f3a06d 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-09-29T08:06:31.392Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:06:31.393Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-29T08:06:31.393Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-29T08:06:31.393Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ac6dcf91-b3ac-4f3f-b68c-141c6b3e26f3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-29T08:06:31.393Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-29T08:06:31.394Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-29T08:06:31.671Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-29T08:06:31.674Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ac6dcf91-b3ac-4f3f-b68c-141c6b3e26f3 73483
2021-09-29T08:06:31.674Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-29T08:06:31.675Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-29T08:06:31.675Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T08:06:31.675Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:31.677Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:31.677Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902791674,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:06:31.777Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:06:31.778Z||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-09-29T08:06:31.778Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:31.786Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:31.786Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:32.677Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:06:32.678Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-29T08:06:32.679Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ac6dcf91-b3ac-4f3f-b68c-141c6b3e26f3, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-29T08:06:32.697Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-29T08:06:32.698Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-29T08:06:32.698Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-29T08:06:32.858Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11422972925574231904/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-09-29T08:06:33.990Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T08:06:33.991Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-29T08:06:33.991Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-29T08:06:33.991Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-29T08:06:33.991Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:33.991Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:33.991Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|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-Basicclamp-csar.csar
2021-09-29T08:06:33.991Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|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-Basicclamp-csar.csar
2021-09-29T08:06:33.991Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|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-Basicclamp-csar.csar
2021-09-29T08:06:33.991Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:33.991Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:33.992Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|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-Basicclamp-csar.csar
2021-09-29T08:06:33.992Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|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-Basicclamp-csar.csar
2021-09-29T08:06:33.992Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-29T08:06:33.992Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.992Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:33.992Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T08:06:33.992Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-29T08:06:33.992Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:06:33.993Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.993Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:33.993Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T08:06:33.993Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-29T08:06:33.993Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:06:33.993Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.993Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:33.994Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.994Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-29T08:06:33.994Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-29T08:06:33.994Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-29T08:06:33.994Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-29T08:06:33.994Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T08:06:33.994Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T08:06:33.994Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.994Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T08:06:33.995Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.995Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T08:06:33.995Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T08:06:33.995Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.995Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T08:06:33.995Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T08:06:33.995Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.996Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T08:06:33.996Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T08:06:33.996Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.996Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-29T08:06:33.996Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-29T08:06:33.996Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T08:06:33.996Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7b3897d6-ad7f-4b62-9637-19cb7a127f46
2021-09-29T08:06:33.996Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.996Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:33.997Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.997Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:33.997Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.997Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:33.998Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:33.998Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:33.998Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:4c00fa37-265b-4b7f-89e8-36f421f3a06d
Model Version:NULL
Model InvariantUuid:6d322d6a-2486-4f07-a279-294f50becfd6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:809ca0a5-58b5-4c67-92bb-f55500562b56
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:792a3f08-f703-46f2-9844-d559e756d60e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ddf8d61d-100c-4aca-b73b-a553f25659ec
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:54c8905f-96c7-46d2-a04c-b7899c738606
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:f1a0c4da-57c2-4b34-b93c-2b938b8a84d2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b3897d6-ad7f-4b62-9637-19cb7a127f46
ModelInvariantUuid:fd5911e2-0141-40f7-83f9-319d497cd334
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:3c0c0e27-25ff-4465-a8c6-d9b86dbf436f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:af04ba1b-24c4-4bcb-b9bb-0ff8ba272112
ModelInvariantUuid:0e9d63b6-aa19-40d7-8753-302018632d0d
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:e41ed691-9e46-480d-812d-18b2b30462d2
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-09-29T08:06:34.005Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1e5f684b-d068-4e9e-b970-f1a3b08746aa
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-09-29T08:06:34.009Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||basicclamp 0
2021-09-29T08:06:34.009Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1e5f684b-d068-4e9e-b970-f1a3b08746aa
2021-09-29T08:06:34.009Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aedde105-d7c5-4c4a-9eab-dde720f0e46f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-29T08:06:34.009Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-29T08:06:34.009Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-29T08:06:34.177Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-29T08:06:34.178Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json aedde105-d7c5-4c4a-9eab-dde720f0e46f 790
2021-09-29T08:06:34.178Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:34.178Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:34.178Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T08:06:34.178Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:34.180Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:34.180Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902794178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:06:34.280Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:06:34.281Z||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-09-29T08:06:34.281Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:34.291Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:34.292Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:35.181Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "54c8905f-96c7-46d2-a04c-b7899c738606",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f1a0c4da-57c2-4b34-b93c-2b938b8a84d2",
    "vfModuleModelCustomizationUUID": "e086887a-c985-4db2-a53c-bbfaf46be20c",
    "isBase": true,
    "artifacts": [
      "214ee09d-f5a4-407d-aa03-979fcb47096f",
      "6fbd290d-4184-4884-9611-8ed3d88ce18d"
    ],
    "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-09-29T08:06:35.184Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f1a0c4da-57c2-4b34-b93c-2b938b8a84d2
VfModuleModelInvariantUUID:54c8905f-96c7-46d2-a04c-b7899c738606
VfModuleModelDescription:NULL
Artifacts UUID List:{
214ee09d-f5a4-407d-aa03-979fcb47096f
,
6fbd290d-4184-4884-9611-8ed3d88ce18d

}
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-09-29T08:06:35.186Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "54c8905f-96c7-46d2-a04c-b7899c738606",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f1a0c4da-57c2-4b34-b93c-2b938b8a84d2",
    "vfModuleModelCustomizationUUID": "e086887a-c985-4db2-a53c-bbfaf46be20c",
    "isBase": true,
    "artifacts": [
      "214ee09d-f5a4-407d-aa03-979fcb47096f",
      "6fbd290d-4184-4884-9611-8ed3d88ce18d"
    ],
    "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-09-29T08:06:35.186Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f1a0c4da-57c2-4b34-b93c-2b938b8a84d2
VfModuleModelInvariantUUID:54c8905f-96c7-46d2-a04c-b7899c738606
VfModuleModelDescription:NULL
Artifacts UUID List:{
214ee09d-f5a4-407d-aa03-979fcb47096f
,
6fbd290d-4184-4884-9611-8ed3d88ce18d

}
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-09-29T08:06:35.186Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 214ee09d-f5a4-407d-aa03-979fcb47096f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-29T08:06:35.186Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-29T08:06:35.186Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-29T08:06:36.063Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-29T08:06:36.064Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 214ee09d-f5a4-407d-aa03-979fcb47096f 5033
2021-09-29T08:06:36.065Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:36.065Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:36.065Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T08:06:36.065Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:36.068Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:36.068Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902796064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:06:36.169Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T08:06:36.171Z||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-09-29T08:06:36.171Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:36.180Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:36.180Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:37.068Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6fbd290d-4184-4884-9611-8ed3d88ce18d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-29T08:06:37.069Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-29T08:06:37.069Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-29T08:06:40.644Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-29T08:06:40.645Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 6fbd290d-4184-4884-9611-8ed3d88ce18d 909
2021-09-29T08:06:40.645Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:40.645Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:40.645Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T08:06:40.646Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:40.647Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:40.647Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902800645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:06:40.761Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2021-09-29T08:06:40.762Z||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-09-29T08:06:40.762Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:40.775Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:40.775Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:41.648Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4c00fa37-265b-4b7f-89e8-36f421f3a06d
2021-09-29T08:06:41.649Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 1e5f684b-d068-4e9e-b970-f1a3b08746aa 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-09-29T08:06:41.662Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35053d96, org.onap.sdc.toscaparser.api.parameters.Input@3f8aab8d, org.onap.sdc.toscaparser.api.parameters.Input@50b56a3e, org.onap.sdc.toscaparser.api.parameters.Input@14cfc42, org.onap.sdc.toscaparser.api.parameters.Input@1db98870]
2021-09-29T08:06:41.663Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.664Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:41.664Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-09-29T08:06:41.664Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ddf8d61d-100c-4aca-b73b-a553f25659ec
2021-09-29T08:06:41.664Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ddf8d61d-100c-4aca-b73b-a553f25659ec matches Tosca VF Customization UUID: ddf8d61d-100c-4aca-b73b-a553f25659ec
2021-09-29T08:06:41.664Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ddf8d61d-100c-4aca-b73b-a553f25659ec  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-09-29T08:06:41.667Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.667Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:41.668Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ddf8d61d-100c-4aca-b73b-a553f25659ec: {\"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-09-29T08:06:41.668Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a52ade0
2021-09-29T08:06:41.668Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.668Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T08:06:41.668Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e086887a-c985-4db2-a53c-bbfaf46be20c
2021-09-29T08:06:41.669Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e086887a-c985-4db2-a53c-bbfaf46be20c
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-09-29T08:06:41.671Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.671Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T08:06:41.672Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T08:06:41.672Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.672Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T08:06:41.672Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T08:06:41.673Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.673Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-29T08:06:41.673Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-29T08:06:41.673Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T08:06:41.673Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7b3897d6-ad7f-4b62-9637-19cb7a127f46
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-09-29T08:06:41.675Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.676Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T08:06:41.676Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T08:06:41.676Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.676Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T08:06:41.676Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ddf8d61d-100c-4aca-b73b-a553f25659ec
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-09-29T08:06:41.678Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.678Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:41.678Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4c00fa37-265b-4b7f-89e8-36f421f3a06d: basicclamp
2021-09-29T08:06:41.678Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.679Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:41.679Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.679Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:41.679Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.679Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:41.680Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.680Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:41.680Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:06:41.680Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:06:41.680Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:41.760Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 1e5f684b-d068-4e9e-b970-f1a3b08746aa 1 ASDC deployResourceStructure
2021-09-29T08:06:41.760Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:41.761Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:41.761Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T08:06:41.761Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:41.762Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:41.762Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902801760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T08:06:41.863Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:06:41.863Z||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-09-29T08:06:41.863Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:41.876Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:41.876Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:42.763Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:42.763Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:42.763Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T08:06:42.764Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:42.766Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:42.766Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902802763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T08:06:42.870Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-29T08:06:42.870Z||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-09-29T08:06:42.870Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:42.879Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:42.879Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:43.767Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:43.767Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||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-09-29T08:06:43.767Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T08:06:43.768Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:43.769Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:43.769Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902803767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-29T08:06:43.869Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:06:43.870Z||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-09-29T08:06:43.870Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:43.880Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:43.880Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:44.770Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-29T08:06:44.770Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-29T08:06:44.770Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T08:06:44.771Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:06:44.773Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:06:44.773Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902804770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:06:44.873Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:06:44.874Z||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-09-29T08:06:44.874Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:06:44.892Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:06:44.892Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:06:45.773Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:06:45.783Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:06:45.785Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:06:45.785Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:06:45.785Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:07:15.786Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:07:15.809Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:07:15.812Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:07:15.812Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:07:15.812Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:07:18.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:07:18.888Z||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-09-29T08:07:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:07:18.909Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:07:18.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:07:18.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:07:18.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:07:45.812Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:07:45.823Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:07:45.824Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:07:45.825Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:07:45.825Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:08:15.826Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:08:15.851Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:08:15.854Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:08:15.854Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:08:15.854Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:08:18.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:08:18.889Z||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-09-29T08:08:18.889Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:08:18.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:08:18.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:08:18.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "cds",
  "timestamp": 1632902775880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:08:18.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:08:18.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:08:18.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902774104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:08:18.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:08:18.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:08:18.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902779811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:08:18.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:08:18.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:08:18.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "dcae-sch",
  "timestamp": 1632902776091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:08:18.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:08:45.854Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:08:45.867Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:08:45.870Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:08:45.870Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:08:45.870Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:09:15.870Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:09:15.882Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:09:15.883Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:09:15.883Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:09:15.883Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:09:18.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:09:18.887Z||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-09-29T08:09:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:09:19.414Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:09:19.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902779965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "cds",
  "timestamp": 1632902775880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902774104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902779811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "dcae-sch",
  "timestamp": 1632902776091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902779965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "cds",
  "timestamp": 1632902775880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902774104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902779811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "dcae-sch",
  "timestamp": 1632902776091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "aai-ml",
  "timestamp": 1632902785157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902779965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "cds",
  "timestamp": 1632902775880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902774104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902779811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "dcae-sch",
  "timestamp": 1632902776091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "aai-ml",
  "timestamp": 1632902785157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902779965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902774104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "cds",
  "timestamp": 1632902775880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902779811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "dcae-sch",
  "timestamp": 1632902776091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "aai-ml",
  "timestamp": 1632902785157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902779965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902774104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "cds",
  "timestamp": 1632902775880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902779811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "dcae-sch",
  "timestamp": 1632902776091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "aai-ml",
  "timestamp": 1632902785157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902779965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "cds",
  "timestamp": 1632902775880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902774104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902779811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "dcae-sch",
  "timestamp": 1632902776091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "aai-ml",
  "timestamp": 1632902785157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902789554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902779965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902779811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "cds",
  "timestamp": 1632902775880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902778883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902774104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "dcae-sch",
  "timestamp": 1632902776091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "aai-ml",
  "timestamp": 1632902785157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902789554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902791674,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902791686,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "cds",
  "timestamp": 1632902791690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "aai-ml",
  "timestamp": 1632902785157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902789554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "dcae-sch",
  "timestamp": 1632902792336,
  "artifactURL": "/sdc/v1/catalog/services/4c00fa37-265b-4b7f-89e8-36f421f3a06d/resourceInstances/basicclamp0/artifacts/7e1cb7d0-9a6f-4c44-bdbd-83d6005b9570",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.440Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "cds",
  "timestamp": 1632902792697,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T08:09:19.450Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dae15778-6c93-4ccf-a3c6-7e224c597c0c
2021-09-29T08:09:19.450Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dae15778-6c93-4ccf-a3c6-7e224c597c0c 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-09-29T08:09:19.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "aai-ml",
  "timestamp": 1632902785157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "policy-id",
  "timestamp": 1632902792443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902789554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "dcae-sch",
  "timestamp": 1632902793680,
  "artifactURL": "/sdc/v1/catalog/services/4c00fa37-265b-4b7f-89e8-36f421f3a06d/resourceInstances/basicclamp0/artifacts/7e1cb7d0-9a6f-4c44-bdbd-83d6005b9570",
  "status": "DEPLOY_OK"
}
2021-09-29T08:09:19.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902794031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:09:19.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "aai-ml",
  "timestamp": 1632902794048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "policy-id",
  "timestamp": 1632902792443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902794178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902789554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "dcae-sch",
  "timestamp": 1632902794684,
  "artifactURL": "/sdc/v1/catalog/services/4c00fa37-265b-4b7f-89e8-36f421f3a06d/resourceInstances/basicclamp0/artifacts/7e1cb7d0-9a6f-4c44-bdbd-83d6005b9570",
  "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-09-29T08:09:19.470Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of dae15778-6c93-4ccf-a3c6-7e224c597c0c
2021-09-29T08:09:19.470Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dae15778-6c93-4ccf-a3c6-7e224c597c0c 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-09-29T08:09:19.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902795048,
  "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-09-29T08:09:19.487Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dae15778-6c93-4ccf-a3c6-7e224c597c0c
2021-09-29T08:09:19.487Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dae15778-6c93-4ccf-a3c6-7e224c597c0c 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-09-29T08:09:19.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "policy-id",
  "timestamp": 1632902792443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902795196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902789554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902796064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "policy-id",
  "timestamp": 1632902792443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902796204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902789554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "policy-id",
  "timestamp": 1632902792443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902789554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902797568,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:09:19.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "policy-id",
  "timestamp": 1632902792443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902798572,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T08:09:19.504Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "policy-id",
  "timestamp": 1632902792443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:09:19.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "clamp",
  "timestamp": 1632902799576,
  "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-09-29T08:09:19.510Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dae15778-6c93-4ccf-a3c6-7e224c597c0c
2021-09-29T08:09:19.510Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dae15778-6c93-4ccf-a3c6-7e224c597c0c 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-09-29T08:09:19.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "policy-id",
  "timestamp": 1632902792443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:09:19.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:09:19.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902800645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.519Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902801760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T08:09:19.519Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902802289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.519Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902802763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T08:09:19.520Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "policy-id",
  "timestamp": 1632902803381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.520Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902803767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-29T08:09:19.520Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "policy-id",
  "timestamp": 1632902804389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:09:19.520Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632902804770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:09:19.521Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "policy-id",
  "timestamp": 1632902805391,
  "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-09-29T08:09:19.525Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dae15778-6c93-4ccf-a3c6-7e224c597c0c
2021-09-29T08:09:19.525Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dae15778-6c93-4ccf-a3c6-7e224c597c0c 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-09-29T08:09:19.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902805695,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "aai-ml",
  "timestamp": 1632902807667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:09:19.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902808096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:09:19.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:19.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "aai-ml",
  "timestamp": 1632902808675,
  "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-09-29T08:09:19.541Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dae15778-6c93-4ccf-a3c6-7e224c597c0c
2021-09-29T08:09:19.542Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dae15778-6c93-4ccf-a3c6-7e224c597c0c 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-09-29T08:09:19.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902809114,
  "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-09-29T08:09:19.555Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dae15778-6c93-4ccf-a3c6-7e224c597c0c
2021-09-29T08:09:19.556Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dae15778-6c93-4ccf-a3c6-7e224c597c0c 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-09-29T08:09:19.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:09:19.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902810118,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T08:09:19.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:09:45.884Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:09:45.909Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:09:45.912Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:09:45.912Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T08:09:45.912Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T08:09:45.912Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T08:09:45.912Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:09:45.912Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:09:45.912Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:09:45.913Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:09:45.913Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:09:45.913Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:09:45.913Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:09:45.913Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|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-09-29T08:09:45.918Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T08:10:15.918Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c 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-09-29T08:10:15.926Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dae15778-6c93-4ccf-a3c6-7e224c597c0c and serviceModelVersionId: 4c00fa37-265b-4b7f-89e8-36f421f3a06d
2021-09-29T08:10:15.927Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d322d6a-2486-4f07-a279-294f50becfd6
2021-09-29T08:10:15.928Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d322d6a-2486-4f07-a279-294f50becfd6/model-vers/model-ver/4c00fa37-265b-4b7f-89e8-36f421f3a06d?depth=0
2021-09-29T08:10:15.939Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T08:10:15.995Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d322d6a-2486-4f07-a279-294f50becfd6/model-vers/model-ver/4c00fa37-265b-4b7f-89e8-36f421f3a06d?depth=0|INFO|500||Invoke
2021-09-29T08:10:15.996Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d322d6a-2486-4f07-a279-294f50becfd6/model-vers/model-ver/4c00fa37-265b-4b7f-89e8-36f421f3a06d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d322d6a-2486-4f07-a279-294f50becfd6/model-vers/model-ver/4c00fa37-265b-4b7f-89e8-36f421f3a06d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dae15778-6c93-4ccf-a3c6-7e224c597c0c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0d2899e-3e5e-4714-9e4b-7e15de4869d5], X-ECOMP-RequestID=[dae15778-6c93-4ccf-a3c6-7e224c597c0c], X-TransactionId=[], X-ONAP-RequestID=[dae15778-6c93-4ccf-a3c6-7e224c597c0c], Content-Type=[application/merge-patch+json]}
2021-09-29T08:10:16.018Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d322d6a-2486-4f07-a279-294f50becfd6/model-vers/model-ver/4c00fa37-265b-4b7f-89e8-36f421f3a06d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T08:10:16.269Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d322d6a-2486-4f07-a279-294f50becfd6/model-vers/model-ver/4c00fa37-265b-4b7f-89e8-36f421f3a06d?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/6d322d6a-2486-4f07-a279-294f50becfd6/model-vers/model-ver/4c00fa37-265b-4b7f-89e8-36f421f3a06d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-08:10:16:025-47247], vertex-id=[241784], Content-Length=[0], Date=[Wed, 29 Sep 2021 08:10:16 GMT], Content-Type=[application/json]}
2021-09-29T08:10:16.269Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d322d6a-2486-4f07-a279-294f50becfd6/model-vers/model-ver/4c00fa37-265b-4b7f-89e8-36f421f3a06d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T08:10:16.270Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d322d6a-2486-4f07-a279-294f50becfd6/model-vers/model-ver/4c00fa37-265b-4b7f-89e8-36f421f3a06d?depth=0|INFO|500||InvokeReturn
2021-09-29T08:10:16.271Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T08:10:16.271Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|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-09-29T08:10:16.275Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|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-09-29T08:10:16.276Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dae15778-6c93-4ccf-a3c6-7e224c597c0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T08:10:16.276Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T08:10:16.277Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:10:16.280Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:10:16.280Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903016276,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:10:16.380Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:10:16.381Z||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-09-29T08:10:16.381Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:16.393Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:16.393Z||pool-111-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-09-29T08:10:17.294Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:10:17.294Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|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-09-29T08:10:17.294Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:18.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:10:18.886Z||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-09-29T08:10:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:19.515Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:19.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "cds",
  "timestamp": 1632902970880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902969554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "aai-ml",
  "timestamp": 1632902965157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "policy-id",
  "timestamp": 1632902972443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "cds",
  "timestamp": 1632902970880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902969554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "aai-ml",
  "timestamp": 1632902965157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "policy-id",
  "timestamp": 1632902972443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "cds",
  "timestamp": 1632902970880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902969554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "aai-ml",
  "timestamp": 1632902965157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "policy-id",
  "timestamp": 1632902972443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632902976092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "cds",
  "timestamp": 1632902970880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902969554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "aai-ml",
  "timestamp": 1632902965157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "policy-id",
  "timestamp": 1632902972443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632902976092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "cds",
  "timestamp": 1632902970880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902969554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "aai-ml",
  "timestamp": 1632902965157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "policy-id",
  "timestamp": 1632902972443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632902976092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "cds",
  "timestamp": 1632902970880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902969554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "aai-ml",
  "timestamp": 1632902965157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "policy-id",
  "timestamp": 1632902972443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632902976092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "cds",
  "timestamp": 1632902970880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902969554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "aai-ml",
  "timestamp": 1632902965157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "policy-id",
  "timestamp": 1632902972443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902979966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632902976092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "cds",
  "timestamp": 1632902970880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:10:19.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632902969554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:10:19.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "aai-ml",
  "timestamp": 1632902965157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:10:19.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "policy-id",
  "timestamp": 1632902972443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:10:19.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902979966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632902976092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902979966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632902976092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902979966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632902976092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902979966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902984110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "cds",
  "timestamp": 1632902985159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:10:19.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:10:19.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "policy-id",
  "timestamp": 1632902985562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:10:19.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:10:19.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902979966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:10:19.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "aai-ml",
  "timestamp": 1632902985714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:10:19.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:10:19.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902984110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "cds",
  "timestamp": 1632902986167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-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-09-29T08:10:19.542Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f
2021-09-29T08:10:19.543Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f 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-09-29T08:10:19.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "policy-id",
  "timestamp": 1632902986567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:10:19.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:10:19.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902979966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902984110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "policy-id",
  "timestamp": 1632902987570,
  "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-09-29T08:10:19.554Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f
2021-09-29T08:10:19.555Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f 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-09-29T08:10:19.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902979966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902984110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902984110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902989425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:10:19.562Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:10:19.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902984110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "clamp",
  "timestamp": 1632902989812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902990589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T08:10:19.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:10:19.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902984110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "clamp",
  "timestamp": 1632902989812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "aai-ml",
  "timestamp": 1632902991464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:10:19.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:10:19.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632902991593,
  "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-09-29T08:10:19.569Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f
2021-09-29T08:10:19.569Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f 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-09-29T08:10:19.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902984110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:10:19.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "clamp",
  "timestamp": 1632902989812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "aai-ml",
  "timestamp": 1632902992467,
  "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-09-29T08:10:19.582Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f
2021-09-29T08:10:19.582Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f 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-09-29T08:10:19.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902993062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:10:19.590Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:10:19.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "clamp",
  "timestamp": 1632902989812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "clamp",
  "timestamp": 1632902989812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902995090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:10:19.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:10:19.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "clamp",
  "timestamp": 1632902989812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632902996100,
  "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-09-29T08:10:19.595Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f
2021-09-29T08:10:19.595Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f 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-09-29T08:10:19.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "clamp",
  "timestamp": 1632902989812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:19.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "clamp",
  "timestamp": 1632902989812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:10:19.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:10:19.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "clamp",
  "timestamp": 1632903006245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:10:19.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:10:19.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "clamp",
  "timestamp": 1632903008256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:10:19.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:10:19.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "clamp",
  "timestamp": 1632903009259,
  "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-09-29T08:10:19.608Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f
2021-09-29T08:10:19.608Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f 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-09-29T08:10:19.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:10:19.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dae15778-6c93-4ccf-a3c6-7e224c597c0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903016276,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:10:19.620Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:10:21.620Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:21.621Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:10:21.621Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f","serviceName":"Demo_pNF_6IIqgGISG9hU7mMDeRRS","serviceVersion":"1.0","serviceUUID":"aa81f49b-e33d-4380-880d-ce0f19394ebf","serviceDescription":"catalog service description","serviceInvariantUUID":"5cfad399-fa35-4532-aaf4-ffed1e6a6792","resources":[{"resourceInstanceName":"pNF 15dd18f8-569b 0","resourceName":"pNF 15dd18f8-569b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"779b1fa0-1b8e-4cbf-a75d-648a899640b5","resourceInvariantUUID":"48ede16c-2813-4052-b7da-45695a050e57","resourceCustomizationUUID":"dfcda6d8-d954-46ad-899f-832963c3bdf2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vf-license-model.xml","artifactChecksum":"MjcxZDI3OTJkZmRmOWU2ODkxZGYxMjVlODMxY2FkMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca3044fb-66eb-4459-9803-ebcaa87aa221","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/pNF.csar","artifactChecksum":"NmQ5MDU2MDY3MjBjMTRiOGE1ZDAwYjYyMmE4M2UzYmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"850bd0f5-38af-4f10-91e1-79c486d6bc27","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"33fe6144-191e-4445-b5cd-d5617e6e7ff4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vendor-license-model.xml","artifactChecksum":"YTlkYWZiYmQxMDFlY2JlM2E0YmExZDk3N2U3NDRhYmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d946ed3-aed5-4f95-8a20-37f0ee4ed193","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40bde087-7a57-4eb3-af8f-991e3f8bf0fd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fc6dee9-7975-4fd2-82e5-cdf271e78a46","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6iiqggisg9hu7mmderrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-template.yml","artifactChecksum":"MDA4MmJkOWY5MDc5NGI3NGQ4ZTIzNGNmN2RjYjg4NDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"195d57ad-f282-47a4-82e6-d1e3f6fad490","artifactVersion":"1"},{"artifactName":"service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar","artifactChecksum":"YWI3YmVhMzliZDQ1NjgyNDQwYjAwYTRmODFmYmZiNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d608fdcb-664b-4fdd-91e5-d6ff4101247f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T08:10:21.624Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:10:21.624Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:10:21.625Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:10:21.626Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:21.726Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:10:21.726Z||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-09-29T08:10:21.726Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:21.736Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:21.737Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:10:22.626Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:10:22.627Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:10:22.629Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:10:22.629Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:22.729Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:10:22.730Z||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-09-29T08:10:22.730Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:22.739Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:22.740Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:10:23.629Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:10:23.631Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:10:23.634Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:10:23.634Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:23.734Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:10:23.735Z||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-09-29T08:10:23.736Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:23.747Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:23.748Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:10:24.636Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:10:24.636Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:10:24.638Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:10:24.638Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:24.738Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:10:24.739Z||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-09-29T08:10:24.739Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:24.755Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:24.755Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:10:25.639Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:10:25.639Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:10:25.641Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:10:25.641Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:25.741Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:10:25.742Z||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-09-29T08:10:25.742Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:25.774Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:25.774Z||pool-116-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:10:26.642Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:10:26.642Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:10:26.644Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:10:26.644Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:26.744Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:10:26.745Z||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-09-29T08:10:26.745Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:26.756Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:26.756Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:10:27.645Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:10:27.646Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:10:27.648Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:10:27.648Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:10:27.748Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:10:27.749Z||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-09-29T08:10:27.749Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:27.771Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:27.772Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:10:28.649Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:10:28.650Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:10:28.652Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:10:28.652Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:10:28.751Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:10:28.752Z||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-09-29T08:10:28.752Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:28.762Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:28.762Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:10:29.653Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "serviceName": "Demo_pNF_6IIqgGISG9hU7mMDeRRS",
  "serviceVersion": "1.0",
  "serviceUUID": "aa81f49b-e33d-4380-880d-ce0f19394ebf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5cfad399-fa35-4532-aaf4-ffed1e6a6792",
  "resources": [
    {
      "resourceInstanceName": "pNF 15dd18f8-569b 0",
      "resourceCustomizationUUID": "dfcda6d8-d954-46ad-899f-832963c3bdf2",
      "resourceName": "pNF 15dd18f8-569b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "779b1fa0-1b8e-4cbf-a75d-648a899640b5",
      "resourceInvariantUUID": "48ede16c-2813-4052-b7da-45695a050e57",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
      "artifactChecksum": "YWI3YmVhMzliZDQ1NjgyNDQwYjAwYTRmODFmYmZiNzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d608fdcb-664b-4fdd-91e5-d6ff4101247f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T08:10:29.653Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T08:10:29.654Z|dae15778-6c93-4ccf-a3c6-7e224c597c0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aa81f49b-e33d-4380-880d-ce0f19394ebf ASDC
2021-09-29T08:10:29.654Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f
ServiceName:Demo_pNF_6IIqgGISG9hU7mMDeRRS
ServiceVersion:1.0
ServiceUUID:aa81f49b-e33d-4380-880d-ce0f19394ebf
ServiceInvariantUUID:5cfad399-fa35-4532-aaf4-ffed1e6a6792
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
ArtifactUUID:d608fdcb-664b-4fdd-91e5-d6ff4101247f
ArtifactChecksum:YWI3YmVhMzliZDQ1NjgyNDQwYjAwYTRmODFmYmZiNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 15dd18f8-569b 0
ResourceCustomizationUUID:dfcda6d8-d954-46ad-899f-832963c3bdf2
ResourceInvariantUUID:48ede16c-2813-4052-b7da-45695a050e57
ResourceName:pNF 15dd18f8-569b
ResourceType:PNF
ResourceUUID:779b1fa0-1b8e-4cbf-a75d-648a899640b5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-29T08:10:29.654Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa81f49b-e33d-4380-880d-ce0f19394ebf 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-09-29T08:10:29.691Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:10:29.692Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-29T08:10:29.692Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-29T08:10:29.692Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d608fdcb-664b-4fdd-91e5-d6ff4101247f from URL: /sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:29.692Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-29T08:10:29.692Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:30.135Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-29T08:10:30.139Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar d608fdcb-664b-4fdd-91e5-d6ff4101247f 82549
2021-09-29T08:10:30.139Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar ASDC sendASDCNotification
2021-09-29T08:10:30.139Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:30.140Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T08:10:30.140Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:10:30.142Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:10:30.142Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903030139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:10:30.242Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:10:30.243Z||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-09-29T08:10:30.243Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:30.257Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:30.257Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:10:31.143Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:10:31.144Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-29T08:10:31.144Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d608fdcb-664b-4fdd-91e5-d6ff4101247f, URL: /sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar to file: /app/ASDC/1/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:31.144Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:31.145Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:31.145Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:31.272Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4977066126866404631/Definitions/service-DemoPnf6iiqggisg9hu7mmderrs-template.yml
2021-09-29T08:10:32.025Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T08:10:32.026Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-29T08:10:32.026Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:32.026Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-29T08:10:32.026Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||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-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:32.026Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:32.027Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 15dd18f8-569b 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-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:32.027Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||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-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:32.027Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|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-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:32.027Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|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-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:32.027Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|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-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:32.027Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-29T08:10:32.027Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:10:32.027Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6IIqgGISG9hU7mMDeRRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:10:32.028Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Node template pNF 15dd18f8-569b 0 is matching search criteria
2021-09-29T08:10:32.028Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-29T08:10:32.028Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 15dd18f8-569b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:10:32.028Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:10:32.028Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6IIqgGISG9hU7mMDeRRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:10:32.028Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Node template pNF 15dd18f8-569b 0 is matching search criteria
2021-09-29T08:10:32.029Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-29T08:10:32.029Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 15dd18f8-569b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:10:32.029Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:10:32.029Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6IIqgGISG9hU7mMDeRRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:10:32.030Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:10:32.030Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6IIqgGISG9hU7mMDeRRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:10:32.030Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:10:32.030Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6IIqgGISG9hU7mMDeRRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:10:32.030Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:10:32.031Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6IIqgGISG9hU7mMDeRRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:10:32.031Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:10:32.031Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6IIqgGISG9hU7mMDeRRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:10:32.031Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_6IIqgGISG9hU7mMDeRRS
Description:catalog service description
Model UUID:aa81f49b-e33d-4380-880d-ce0f19394ebf
Model Version:NULL
Model InvariantUuid:5cfad399-fa35-4532-aaf4-ffed1e6a6792
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-09-29T08:10:32.043Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 779b1fa0-1b8e-4cbf-a75d-648a899640b5
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-09-29T08:10:32.047Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||pNF 15dd18f8-569b 0
2021-09-29T08:10:32.047Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 779b1fa0-1b8e-4cbf-a75d-648a899640b5
2021-09-29T08:10:32.047Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: aa81f49b-e33d-4380-880d-ce0f19394ebf
2021-09-29T08:10:32.048Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: aa81f49b-e33d-4380-880d-ce0f19394ebf
2021-09-29T08:10:32.048Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 15dd18f8-569b 0 779b1fa0-1b8e-4cbf-a75d-648a899640b5 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-09-29T08:10:32.052Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@334ab217, org.onap.sdc.toscaparser.api.parameters.Input@c5208dd, org.onap.sdc.toscaparser.api.parameters.Input@4bdc1cca, org.onap.sdc.toscaparser.api.parameters.Input@306abee, org.onap.sdc.toscaparser.api.parameters.Input@653a6b93]
2021-09-29T08:10:32.053Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:10:32.053Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6IIqgGISG9hU7mMDeRRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:10:32.053Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid aa81f49b-e33d-4380-880d-ce0f19394ebf: pNF 15dd18f8-569b
2021-09-29T08:10:32.054Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||Processing PNF resource: 779b1fa0-1b8e-4cbf-a75d-648a899640b5
2021-09-29T08:10:32.054Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:10:32.054Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6IIqgGISG9hU7mMDeRRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:10:32.054Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||Resource customization UUID: dfcda6d8-d954-46ad-899f-832963c3bdf2 is the same as notified resource customizationUUID: dfcda6d8-d954-46ad-899f-832963c3bdf2
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-09-29T08:10:32.097Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 15dd18f8-569b 779b1fa0-1b8e-4cbf-a75d-648a899640b5 0 ASDC deployResourceStructure
2021-09-29T08:10:32.097Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar ASDC sendASDCNotification
2021-09-29T08:10:32.097Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar
2021-09-29T08:10:32.097Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T08:10:32.097Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:10:32.100Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:10:32.100Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903032097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:10:32.199Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:10:32.200Z||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-09-29T08:10:32.200Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:10:32.210Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:10:32.210Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:10:33.101Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:10:33.111Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:10:33.113Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:10:33.113Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T08:10:33.113Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T08:10:33.113Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T08:10:33.113Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:10:33.113Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:10:33.113Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:10:33.114Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:10:33.114Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:10:33.114Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:10:33.114Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:10:33.114Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|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-09-29T08:10:33.118Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T08:11:03.119Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f 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-09-29T08:11:03.139Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f and serviceModelVersionId: aa81f49b-e33d-4380-880d-ce0f19394ebf
2021-09-29T08:11:03.139Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5cfad399-fa35-4532-aaf4-ffed1e6a6792
2021-09-29T08:11:03.141Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5cfad399-fa35-4532-aaf4-ffed1e6a6792/model-vers/model-ver/aa81f49b-e33d-4380-880d-ce0f19394ebf?depth=0
2021-09-29T08:11:03.148Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T08:11:03.204Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cfad399-fa35-4532-aaf4-ffed1e6a6792/model-vers/model-ver/aa81f49b-e33d-4380-880d-ce0f19394ebf?depth=0|INFO|500||Invoke
2021-09-29T08:11:03.205Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cfad399-fa35-4532-aaf4-ffed1e6a6792/model-vers/model-ver/aa81f49b-e33d-4380-880d-ce0f19394ebf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cfad399-fa35-4532-aaf4-ffed1e6a6792/model-vers/model-ver/aa81f49b-e33d-4380-880d-ce0f19394ebf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a32c4bb-5712-4057-b185-43d5fd381fce], X-ECOMP-RequestID=[6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f], X-TransactionId=[], X-ONAP-RequestID=[6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f], Content-Type=[application/merge-patch+json]}
2021-09-29T08:11:03.226Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cfad399-fa35-4532-aaf4-ffed1e6a6792/model-vers/model-ver/aa81f49b-e33d-4380-880d-ce0f19394ebf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T08:11:03.577Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cfad399-fa35-4532-aaf4-ffed1e6a6792/model-vers/model-ver/aa81f49b-e33d-4380-880d-ce0f19394ebf?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/5cfad399-fa35-4532-aaf4-ffed1e6a6792/model-vers/model-ver/aa81f49b-e33d-4380-880d-ce0f19394ebf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-08:11:03:232-22882], vertex-id=[266320], Content-Length=[0], Date=[Wed, 29 Sep 2021 08:11:03 GMT], Content-Type=[application/json]}
2021-09-29T08:11:03.577Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cfad399-fa35-4532-aaf4-ffed1e6a6792/model-vers/model-ver/aa81f49b-e33d-4380-880d-ce0f19394ebf?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T08:11:03.578Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cfad399-fa35-4532-aaf4-ffed1e6a6792/model-vers/model-ver/aa81f49b-e33d-4380-880d-ce0f19394ebf?depth=0|INFO|500||InvokeReturn
2021-09-29T08:11:03.578Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T08:11:03.579Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|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-09-29T08:11:03.584Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|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-09-29T08:11:03.585Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T08:11:03.585Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T08:11:03.586Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:11:03.590Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:11:03.591Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903063585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:11:03.690Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:11:03.691Z||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-09-29T08:11:03.691Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:03.705Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:03.706Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T08:11:04.606Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:11:04.607Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|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-09-29T08:11:04.607Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:06.066Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:06.067Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:11:06.067Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d28c10d-e7e8-4bee-b7db-d38148f10928","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d91a8267-daf0-4441-b77d-8756552fcddf","serviceDescription":"service","serviceInvariantUUID":"13ef1a87-c88b-49ba-be7f-6818543d4ccc","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9067bfd9-77c9-4490-a931-0481304aa83c","resourceInvariantUUID":"281ee4ea-d3fb-4c09-b07f-6ad8d29bbc16","resourceCustomizationUUID":"c119d4d5-2c9e-4f32-98b3-e2a4b7bef350","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YWM4YzhkZGNiMTA0NmIwMTE5YzNjNzliYTM0N2ZmMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"145c7c22-bd33-46ff-b9df-26326c1a369b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b7bd77a-2cb9-45fc-9e1a-455e1ef3f2b8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"765d9753-cec4-4576-addb-fd8fcbd28211","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NDRlYmQ2MjkxNGVhMjE4YWJiYjBhZjBhMTcyMWUwMWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cb2b967b-f5eb-4aa0-818b-0cc869816754","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"739d3035-23af-4c47-bc68-382d23b57a76","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd3e0df5-34e3-47c0-b741-d1e24b9f2672","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0c427593-7255-429a-b110-7c2b1570bbdb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"OWM2ZDQ4YTcwODFjM2UzM2MzMzUyMzIzMjc0YzhhYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"457ec42a-fe1d-4363-9fe5-311a47f4a9c0","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGJhMTdiOWUwODFkODI5MDA0OGI5Njc3ODhmYTU4YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b26be1c6-3065-4bf5-a75e-1a258c27bcc3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T08:11:06.072Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:11:06.072Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:11:06.074Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:11:06.074Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:06.174Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:11:06.176Z||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-09-29T08:11:06.176Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:06.187Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:06.188Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:11:07.075Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:11:07.076Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:11:07.078Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:11:07.078Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:07.178Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:11:07.179Z||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-09-29T08:11:07.179Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:07.189Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:07.189Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:11:08.078Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:11:08.079Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:11:08.081Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:11:08.081Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:08.181Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:11:08.182Z||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-09-29T08:11:08.182Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:08.192Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:08.192Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:11:09.082Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:11:09.083Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:11:09.085Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:11:09.085Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:09.186Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:11:09.186Z||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-09-29T08:11:09.186Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:09.198Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:09.199Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:11:10.086Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:11:10.086Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:11:10.089Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:11:10.090Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:10.190Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:11:10.191Z||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-09-29T08:11:10.191Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:10.202Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:10.203Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:11:11.090Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:11:11.091Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:11:11.092Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:11:11.093Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:11.193Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:11:11.193Z||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-09-29T08:11:11.194Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:11.203Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:11.203Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:11:12.093Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:11:12.094Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:11:12.096Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:11:12.096Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:12.196Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:11:12.196Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:11:12.196Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:12.205Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:12.205Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:11:13.096Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:11:13.097Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:11:13.106Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:11:13.106Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:13.200Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-29T08:11:13.200Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:11:13.200Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:13.211Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:13.211Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:11:14.107Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:11:14.107Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:11:14.111Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:11:14.111Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:11:14.211Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:11:14.212Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:11:14.213Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:14.223Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:14.224Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:11:15.112Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d91a8267-daf0-4441-b77d-8756552fcddf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13ef1a87-c88b-49ba-be7f-6818543d4ccc",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "c119d4d5-2c9e-4f32-98b3-e2a4b7bef350",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9067bfd9-77c9-4490-a931-0481304aa83c",
      "resourceInvariantUUID": "281ee4ea-d3fb-4c09-b07f-6ad8d29bbc16",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZGJhMTdiOWUwODFkODI5MDA0OGI5Njc3ODhmYTU4YTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b26be1c6-3065-4bf5-a75e-1a258c27bcc3"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T08:11:15.112Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T08:11:15.113Z|6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d91a8267-daf0-4441-b77d-8756552fcddf ASDC
2021-09-29T08:11:15.113Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2d28c10d-e7e8-4bee-b7db-d38148f10928
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d91a8267-daf0-4441-b77d-8756552fcddf
ServiceInvariantUUID:13ef1a87-c88b-49ba-be7f-6818543d4ccc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:b26be1c6-3065-4bf5-a75e-1a258c27bcc3
ArtifactChecksum:ZGJhMTdiOWUwODFkODI5MDA0OGI5Njc3ODhmYTU4YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:c119d4d5-2c9e-4f32-98b3-e2a4b7bef350
ResourceInvariantUUID:281ee4ea-d3fb-4c09-b07f-6ad8d29bbc16
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:9067bfd9-77c9-4490-a931-0481304aa83c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-29T08:11:15.114Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d91a8267-daf0-4441-b77d-8756552fcddf 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-09-29T08:11:15.143Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:11:15.144Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-29T08:11:15.144Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-29T08:11:15.144Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b26be1c6-3065-4bf5-a75e-1a258c27bcc3 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-29T08:11:15.145Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-29T08:11:15.145Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-29T08:11:16.284Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-29T08:11:16.289Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b26be1c6-3065-4bf5-a75e-1a258c27bcc3 105556
2021-09-29T08:11:16.289Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-29T08:11:16.290Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-29T08:11:16.290Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T08:11:16.290Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:11:16.292Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:11:16.292Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903076289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:11:16.392Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:11:16.393Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:11:16.393Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:16.410Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:16.410Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:11:17.293Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:11:17.294Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-29T08:11:17.294Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b26be1c6-3065-4bf5-a75e-1a258c27bcc3, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T08:11:17.294Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-29T08:11:17.295Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T08:11:17.295Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T08:11:17.491Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16033957546789617384/Definitions/service-TestPnfMacro-template.yml
2021-09-29T08:11:18.217Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T08:11:18.218Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-29T08:11:18.218Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T08:11:18.218Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-29T08:11:18.218Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T08:11:18.218Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T08:11:18.218Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T08:11:18.218Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T08:11:18.218Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-TestPnfMacro-csar.csar
2021-09-29T08:11:18.218Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-TestPnfMacro-csar.csar
2021-09-29T08:11:18.218Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-TestPnfMacro-csar.csar
2021-09-29T08:11:18.218Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-29T08:11:18.219Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:11:18.219Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:11:18.219Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-29T08:11:18.219Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-29T08:11:18.219Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:11:18.219Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:11:18.219Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:11:18.220Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-29T08:11:18.220Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-29T08:11:18.220Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:11:18.220Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:11:18.220Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:11:18.220Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:11:18.220Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:11:18.220Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:11:18.220Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:11:18.221Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:11:18.221Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:11:18.221Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:11:18.221Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:11:18.221Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d91a8267-daf0-4441-b77d-8756552fcddf
Model Version:NULL
Model InvariantUuid:13ef1a87-c88b-49ba-be7f-6818543d4ccc
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-09-29T08:11:18.229Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9067bfd9-77c9-4490-a931-0481304aa83c
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-09-29T08:11:18.231Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||test-pnf 0
2021-09-29T08:11:18.231Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9067bfd9-77c9-4490-a931-0481304aa83c
2021-09-29T08:11:18.231Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d91a8267-daf0-4441-b77d-8756552fcddf
2021-09-29T08:11:18.232Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d91a8267-daf0-4441-b77d-8756552fcddf
2021-09-29T08:11:18.232Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9067bfd9-77c9-4490-a931-0481304aa83c 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-09-29T08:11:18.236Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@873a03a, org.onap.sdc.toscaparser.api.parameters.Input@458e0570, org.onap.sdc.toscaparser.api.parameters.Input@1cc61b80, org.onap.sdc.toscaparser.api.parameters.Input@f49cc98, org.onap.sdc.toscaparser.api.parameters.Input@1aaecf3b]
2021-09-29T08:11:18.237Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:11:18.237Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:11:18.237Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d91a8267-daf0-4441-b77d-8756552fcddf: test-pnf
2021-09-29T08:11:18.237Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||Processing PNF resource: 9067bfd9-77c9-4490-a931-0481304aa83c
2021-09-29T08:11:18.238Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:11:18.238Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:11:18.238Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||Resource customization UUID: c119d4d5-2c9e-4f32-98b3-e2a4b7bef350 is the same as notified resource customizationUUID: c119d4d5-2c9e-4f32-98b3-e2a4b7bef350
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-09-29T08:11:18.287Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9067bfd9-77c9-4490-a931-0481304aa83c 0 ASDC deployResourceStructure
2021-09-29T08:11:18.288Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-29T08:11:18.288Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-29T08:11:18.288Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T08:11:18.289Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:11:18.290Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:11:18.290Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903078288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:11:18.390Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:11:18.391Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:11:18.391Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:18.402Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:11:18.402Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:11:18.885Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:11:18.886Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:11:18.886Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:11:19.291Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928
2021-09-29T08:11:19.293Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:11:19.294Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.294Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.295Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.295Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.295Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.295Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.295Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.295Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.295Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.295Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.295Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/resourceInstances/pnf15dd18f8569b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903017294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.296Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903030139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903032097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6iiqggisg9hu7mmderrs/1.0/artifacts/service-DemoPnf6iiqggisg9hu7mmderrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b1ab4de-a4ca-4811-a0dd-3adeaee85b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903063585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.297Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "dcae-sch",
  "timestamp": 1632903056091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903059966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "cds",
  "timestamp": 1632903060879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "cds",
  "timestamp": 1632903060879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.298Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903059966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "dcae-sch",
  "timestamp": 1632903056091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "dcae-sch",
  "timestamp": 1632903056091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903059966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.299Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "cds",
  "timestamp": 1632903060879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903059966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "dcae-sch",
  "timestamp": 1632903056091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.300Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "cds",
  "timestamp": 1632903060879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903059966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "cds",
  "timestamp": 1632903060879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "dcae-sch",
  "timestamp": 1632903056091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.301Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903069554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "cds",
  "timestamp": 1632903060879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.302Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903059966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.302Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "dcae-sch",
  "timestamp": 1632903056091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:11:19.303Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.304Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.304Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903069554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.304Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.304Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.304Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.304Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.304Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.304Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:11:19.304Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "cds",
  "timestamp": 1632903060879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.304Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:11:19.305Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.305Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:11:19.305Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.305Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903059966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:11:19.305Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.305Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.305Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "dcae-sch",
  "timestamp": 1632903056091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.305Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.305Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.305Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903069554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.305Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.305Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.305Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "policy-id",
  "timestamp": 1632903072443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "dcae-sch",
  "timestamp": 1632903056091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "cds",
  "timestamp": 1632903060879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903059966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.306Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.307Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.307Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903069554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.307Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.307Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.307Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903064606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:11:19.307Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.307Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.307Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "policy-id",
  "timestamp": 1632903072443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.307Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.307Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.307Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "dcae-sch",
  "timestamp": 1632903056091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.307Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "cds",
  "timestamp": 1632903060879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903059966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903069554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903074104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.308Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "policy-id",
  "timestamp": 1632903072443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903069554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903074104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "policy-id",
  "timestamp": 1632903072443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903069554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.309Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903076289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903076290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "cds",
  "timestamp": 1632903076383,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903074104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.310Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "policy-id",
  "timestamp": 1632903072443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.311Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.311Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.311Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903069554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.311Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.311Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.311Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903077325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T08:11:19.311Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:11:19.311Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.311Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "cds",
  "timestamp": 1632903077728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T08:11:19.317Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d28c10d-e7e8-4bee-b7db-d38148f10928
2021-09-29T08:11:19.318Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d28c10d-e7e8-4bee-b7db-d38148f10928 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-09-29T08:11:19.330Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.330Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903074104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.330Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.330Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.330Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "policy-id",
  "timestamp": 1632903072443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.330Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.331Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.331Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903069554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:11:19.331Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:19.331Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.331Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903078288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:11:19.331Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:11:19.331Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.331Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903078327,
  "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-09-29T08:11:19.335Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2d28c10d-e7e8-4bee-b7db-d38148f10928
2021-09-29T08:11:19.335Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d28c10d-e7e8-4bee-b7db-d38148f10928 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-09-29T08:11:19.344Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:11:19.344Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903074104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:11:19.344Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:11:49.305Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:11:49.316Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:11:49.318Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:11:49.318Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:11:49.318Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:12:18.886Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:12:18.893Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:12:18.893Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:12:18.916Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:12:18.917Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:12:18.917Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "policy-id",
  "timestamp": 1632903072443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:12:18.918Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:12:19.318Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:12:19.341Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:12:19.343Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:12:19.343Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:12:19.343Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:12:49.344Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:12:49.356Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:12:49.358Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:12:49.359Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:12:49.359Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:13:18.885Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:13:18.887Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:13:18.887Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:13:19.359Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:13:19.375Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:13:19.378Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:13:19.378Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:13:19.378Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:13:19.406Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:13:19.407Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.407Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903074104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.408Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.408Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.408Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "policy-id",
  "timestamp": 1632903072443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.408Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.408Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.408Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "clamp",
  "timestamp": 1632903079812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.408Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.408Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.409Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903074104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.409Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.409Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.409Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "policy-id",
  "timestamp": 1632903072443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:13:19.409Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.409Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.409Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "clamp",
  "timestamp": 1632903079812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.409Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.409Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.409Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903074104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.409Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.409Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.410Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "clamp",
  "timestamp": 1632903079812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.410Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.410Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.410Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903074104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:13:19.410Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.410Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.410Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "clamp",
  "timestamp": 1632903079812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "clamp",
  "timestamp": 1632903079812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "policy-id",
  "timestamp": 1632903085188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "clamp",
  "timestamp": 1632903079812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "aai-ml",
  "timestamp": 1632903085157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.411Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "policy-id",
  "timestamp": 1632903086200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "clamp",
  "timestamp": 1632903079812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "aai-ml",
  "timestamp": 1632903085157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903087115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.412Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "policy-id",
  "timestamp": 1632903087204,
  "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-09-29T08:13:19.417Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d28c10d-e7e8-4bee-b7db-d38148f10928
2021-09-29T08:13:19.417Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d28c10d-e7e8-4bee-b7db-d38148f10928 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-09-29T08:13:19.431Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.431Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "clamp",
  "timestamp": 1632903079812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.432Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.432Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.432Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "aai-ml",
  "timestamp": 1632903085157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.432Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.432Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.432Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "clamp",
  "timestamp": 1632903079812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:13:19.432Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.433Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.433Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "aai-ml",
  "timestamp": 1632903085157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.433Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.433Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.433Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903089034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:13:19.433Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:13:19.433Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.433Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "aai-ml",
  "timestamp": 1632903085157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.433Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.433Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.434Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903090038,
  "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-09-29T08:13:19.438Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d28c10d-e7e8-4bee-b7db-d38148f10928
2021-09-29T08:13:19.438Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d28c10d-e7e8-4bee-b7db-d38148f10928 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-09-29T08:13:19.446Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.446Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "aai-ml",
  "timestamp": 1632903085157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.447Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.447Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.447Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "aai-ml",
  "timestamp": 1632903085157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.447Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.447Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.447Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "aai-ml",
  "timestamp": 1632903085157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:13:19.448Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.448Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.448Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "aai-ml",
  "timestamp": 1632903085157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:13:19.448Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:13:19.448Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.448Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "aai-ml",
  "timestamp": 1632903096093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:13:19.449Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:13:19.449Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.449Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "clamp",
  "timestamp": 1632903098259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:13:19.449Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:13:19.449Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.449Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "clamp",
  "timestamp": 1632903100270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:13:19.449Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:13:19.450Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.450Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "clamp",
  "timestamp": 1632903101275,
  "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-09-29T08:13:19.454Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d28c10d-e7e8-4bee-b7db-d38148f10928
2021-09-29T08:13:19.454Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d28c10d-e7e8-4bee-b7db-d38148f10928 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-09-29T08:13:19.463Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.463Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "aai-ml",
  "timestamp": 1632903103403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:13:19.463Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:13:19.463Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:13:19.463Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "aai-ml",
  "timestamp": 1632903104409,
  "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-09-29T08:13:19.467Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d28c10d-e7e8-4bee-b7db-d38148f10928
2021-09-29T08:13:19.468Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d28c10d-e7e8-4bee-b7db-d38148f10928 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-09-29T08:13:49.379Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:13:49.405Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:13:49.409Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:13:49.409Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T08:13:49.409Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T08:13:49.409Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T08:13:49.410Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:13:49.410Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:13:49.410Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:13:49.410Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:13:49.410Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:13:49.410Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:13:49.410Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:13:49.411Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:13:49.417Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T08:14:18.887Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:14:18.889Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:14:18.889Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:14:19.418Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928 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-09-29T08:14:19.428Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d28c10d-e7e8-4bee-b7db-d38148f10928 and serviceModelVersionId: d91a8267-daf0-4441-b77d-8756552fcddf
2021-09-29T08:14:19.429Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13ef1a87-c88b-49ba-be7f-6818543d4ccc
2021-09-29T08:14:19.430Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13ef1a87-c88b-49ba-be7f-6818543d4ccc/model-vers/model-ver/d91a8267-daf0-4441-b77d-8756552fcddf?depth=0
2021-09-29T08:14:19.440Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T08:14:19.494Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/13ef1a87-c88b-49ba-be7f-6818543d4ccc/model-vers/model-ver/d91a8267-daf0-4441-b77d-8756552fcddf?depth=0|INFO|500||Invoke
2021-09-29T08:14:19.495Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/13ef1a87-c88b-49ba-be7f-6818543d4ccc/model-vers/model-ver/d91a8267-daf0-4441-b77d-8756552fcddf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/13ef1a87-c88b-49ba-be7f-6818543d4ccc/model-vers/model-ver/d91a8267-daf0-4441-b77d-8756552fcddf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2d28c10d-e7e8-4bee-b7db-d38148f10928], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75c3864a-bf5b-42e9-8187-bb435b15df45], X-ECOMP-RequestID=[2d28c10d-e7e8-4bee-b7db-d38148f10928], X-TransactionId=[], X-ONAP-RequestID=[2d28c10d-e7e8-4bee-b7db-d38148f10928], Content-Type=[application/merge-patch+json]}
2021-09-29T08:14:19.521Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/13ef1a87-c88b-49ba-be7f-6818543d4ccc/model-vers/model-ver/d91a8267-daf0-4441-b77d-8756552fcddf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T08:14:20.477Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/13ef1a87-c88b-49ba-be7f-6818543d4ccc/model-vers/model-ver/d91a8267-daf0-4441-b77d-8756552fcddf?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/13ef1a87-c88b-49ba-be7f-6818543d4ccc/model-vers/model-ver/d91a8267-daf0-4441-b77d-8756552fcddf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-08:14:19:532-97671], vertex-id=[311504], Content-Length=[0], Date=[Wed, 29 Sep 2021 08:14:19 GMT], Content-Type=[application/json]}
2021-09-29T08:14:20.477Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/13ef1a87-c88b-49ba-be7f-6818543d4ccc/model-vers/model-ver/d91a8267-daf0-4441-b77d-8756552fcddf?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T08:14:20.478Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/13ef1a87-c88b-49ba-be7f-6818543d4ccc/model-vers/model-ver/d91a8267-daf0-4441-b77d-8756552fcddf?depth=0|INFO|500||InvokeReturn
2021-09-29T08:14:20.478Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T08:14:20.478Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:14:20.486Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:14:20.486Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d28c10d-e7e8-4bee-b7db-d38148f10928 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T08:14:20.487Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T08:14:20.487Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:14:20.491Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:14:20.491Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903260486,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:14:20.591Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:14:20.592Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:14:20.592Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:14:20.604Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:14:20.605Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:14:21.217Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:14:21.217Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:14:21.217Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d28c10d-e7e8-4bee-b7db-d38148f10928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903260486,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:14:21.218Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||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-09-29T08:14:21.504Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:14:21.504Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:14:21.505Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:14:31.715Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:14:31.715Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:14:31.716Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:14:31.716Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:14:41.267Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:14:41.267Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:14:41.268Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:14:41.268Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:14:50.810Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:14:50.810Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:14:50.811Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:14:50.811Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:15:00.365Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:15:00.366Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:15:00.366Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:15:00.366Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:15:09.912Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:15:09.916Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:15:09.917Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:15:09.917Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:15:18.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:15:18.887Z||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-09-29T08:15:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:15:19.479Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:15:19.480Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:15:19.480Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:15:19.480Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:15:28.441Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:15:29.029Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:18.884Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:16:18.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:16:18.887Z|ca000143-3807-4dd0-be2a-314d328e8f02|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-09-29T08:16:18.887Z|ca000143-3807-4dd0-be2a-314d328e8f02|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:16:18.887Z||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-09-29T08:16:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:16:19.257Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:19.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903369554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "policy-id",
  "timestamp": 1632903372443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903369554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "policy-id",
  "timestamp": 1632903372443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903369554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903374106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "policy-id",
  "timestamp": 1632903372443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903369554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903374106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "policy-id",
  "timestamp": 1632903372443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "cds",
  "timestamp": 1632903375884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903369554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "dcae-sch",
  "timestamp": 1632903376091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903374106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "policy-id",
  "timestamp": 1632903372443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "cds",
  "timestamp": 1632903375884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903369554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "dcae-sch",
  "timestamp": 1632903376091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903374106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "policy-id",
  "timestamp": 1632903372443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "cds",
  "timestamp": 1632903375884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903369554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.266Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "dcae-sch",
  "timestamp": 1632903376091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.266Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903374106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.266Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:16:19.523Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:19.525Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:16:19.526Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0533372-ec62-408a-9186-9dac4b02c7d9","serviceName":"Demo_pNF_EkUKdAaaPDviZ64pQpN1","serviceVersion":"1.0","serviceUUID":"1047ed4b-c35a-4896-ae7c-97477dd3ccf1","serviceDescription":"catalog service description","serviceInvariantUUID":"d5c494c7-d906-475d-8f0f-abf9b9acabb1","resources":[{"resourceInstanceName":"pNF 46cdf4a6-9775 0","resourceName":"pNF 46cdf4a6-9775","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9f292f5d-bb0f-410d-8db1-19ab86e7ffaf","resourceInvariantUUID":"cb9767a3-8a1f-4f6f-979a-1f245c5ecdf1","resourceCustomizationUUID":"68f4b750-6df2-48f2-b64f-662bf953882c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vf-license-model.xml","artifactChecksum":"YjVhZmNmMmQ2MzY4OWQ3M2Y2Nzc5ODUyMDQzM2M1NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"165a6c49-d8a2-49e1-9512-b57f70ae14b6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/pNF.csar","artifactChecksum":"NmQ5MDU2MDY3MjBjMTRiOGE1ZDAwYjYyMmE4M2UzYmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"18fcda3a-54d9-437e-b58a-5545377c8b6d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b491f6db-6ab7-4c0d-a408-86ce2e8fe308","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vendor-license-model.xml","artifactChecksum":"ZjI4MDY0Njc2ZGZlNTY4MzIwZTExMjc2NWRhOGY4NTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a33c21a8-89d5-4dfe-9c70-d0d17a5a6d99","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"532f4821-d611-4848-8315-b024c1a74817","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43092951-1094-47e5-a4d1-461a06277107","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEkukdaaapdviz64pqpn1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-template.yml","artifactChecksum":"ZWJmM2E2MDdjMDg4NjBkZDVlYzg5NzcwNDkzOWY0MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47f75193-f51a-4644-9e84-0678f4b32918","artifactVersion":"1"},{"artifactName":"service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar","artifactChecksum":"NmMxNzg2OGM4ZWE3YjI5Y2YzYjliMGQ2ODAzZDBhNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"943d399c-3283-4b1a-b7e5-5205c493b0ee","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T08:16:19.529Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:16:19.530Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:16:19.536Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:16:19.536Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:19.636Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:16:19.637Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:16:19.637Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:16:19.649Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:19.649Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:16:20.537Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:16:20.538Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:16:20.542Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:16:20.544Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:20.642Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-29T08:16:20.644Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:16:20.644Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:16:20.655Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:20.655Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:16:21.545Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:16:21.546Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:16:21.550Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:16:21.550Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:21.650Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:16:21.650Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:16:21.650Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:16:21.662Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:21.663Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:16:22.550Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:16:22.551Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:16:22.553Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:16:22.553Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:22.653Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:16:22.654Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:16:22.654Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:16:22.666Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:22.667Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:16:23.554Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:16:23.554Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:16:23.556Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:16:23.556Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:23.657Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:16:23.657Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:16:23.657Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:16:23.673Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:23.674Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":5,"count":1}
2021-09-29T08:16:24.557Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:16:24.559Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:16:24.561Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:16:24.561Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:24.661Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:16:24.662Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:16:24.662Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:16:24.678Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:24.678Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:16:25.562Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:16:25.562Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:16:25.565Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:16:25.565Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:16:25.665Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:16:25.666Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:16:25.666Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:16:25.688Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:25.689Z||pool-141-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:16:26.566Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:16:26.566Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:16:26.569Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:16:26.569Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:16:26.669Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:16:26.670Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:16:26.670Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:16:26.680Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:26.681Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:16:27.570Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "serviceName": "Demo_pNF_EkUKdAaaPDviZ64pQpN1",
  "serviceVersion": "1.0",
  "serviceUUID": "1047ed4b-c35a-4896-ae7c-97477dd3ccf1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d5c494c7-d906-475d-8f0f-abf9b9acabb1",
  "resources": [
    {
      "resourceInstanceName": "pNF 46cdf4a6-9775 0",
      "resourceCustomizationUUID": "68f4b750-6df2-48f2-b64f-662bf953882c",
      "resourceName": "pNF 46cdf4a6-9775",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9f292f5d-bb0f-410d-8db1-19ab86e7ffaf",
      "resourceInvariantUUID": "cb9767a3-8a1f-4f6f-979a-1f245c5ecdf1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
      "artifactChecksum": "NmMxNzg2OGM4ZWE3YjI5Y2YzYjliMGQ2ODAzZDBhNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "943d399c-3283-4b1a-b7e5-5205c493b0ee"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T08:16:27.571Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T08:16:27.571Z|ca000143-3807-4dd0-be2a-314d328e8f02|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1047ed4b-c35a-4896-ae7c-97477dd3ccf1 ASDC
2021-09-29T08:16:27.572Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e0533372-ec62-408a-9186-9dac4b02c7d9
ServiceName:Demo_pNF_EkUKdAaaPDviZ64pQpN1
ServiceVersion:1.0
ServiceUUID:1047ed4b-c35a-4896-ae7c-97477dd3ccf1
ServiceInvariantUUID:d5c494c7-d906-475d-8f0f-abf9b9acabb1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
ArtifactUUID:943d399c-3283-4b1a-b7e5-5205c493b0ee
ArtifactChecksum:NmMxNzg2OGM4ZWE3YjI5Y2YzYjliMGQ2ODAzZDBhNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 46cdf4a6-9775 0
ResourceCustomizationUUID:68f4b750-6df2-48f2-b64f-662bf953882c
ResourceInvariantUUID:cb9767a3-8a1f-4f6f-979a-1f245c5ecdf1
ResourceName:pNF 46cdf4a6-9775
ResourceType:PNF
ResourceUUID:9f292f5d-bb0f-410d-8db1-19ab86e7ffaf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-29T08:16:27.572Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1047ed4b-c35a-4896-ae7c-97477dd3ccf1 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-09-29T08:16:27.607Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:16:27.608Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T08:16:27.608Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T08:16:27.609Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 943d399c-3283-4b1a-b7e5-5205c493b0ee from URL: /sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:27.609Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T08:16:27.609Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:28.748Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T08:16:28.752Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar 943d399c-3283-4b1a-b7e5-5205c493b0ee 82541
2021-09-29T08:16:28.753Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar ASDC sendASDCNotification
2021-09-29T08:16:28.753Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:28.753Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T08:16:28.753Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:16:28.755Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:16:28.755Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903388753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:16:28.855Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:16:28.856Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:16:28.856Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:16:28.877Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:28.878Z||pool-143-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:16:29.756Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:16:29.757Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T08:16:29.757Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 943d399c-3283-4b1a-b7e5-5205c493b0ee, URL: /sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar to file: /app/ASDC/1/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:29.757Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:29.758Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:29.758Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:29.952Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7547233590201330065/Definitions/service-DemoPnfEkukdaaapdviz64pqpn1-template.yml
2021-09-29T08:16:30.697Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T08:16:30.697Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T08:16:30.697Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:30.697Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-29T08:16:30.697Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||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-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:30.697Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:30.697Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 46cdf4a6-9775 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-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:30.698Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||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-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:30.698Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:30.698Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:30.698Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:30.698Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T08:16:30.698Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:16:30.698Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_EkUKdAaaPDviZ64pQpN1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:16:30.698Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Node template pNF 46cdf4a6-9775 0 is matching search criteria
2021-09-29T08:16:30.699Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T08:16:30.699Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 46cdf4a6-9775 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:16:30.699Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:16:30.699Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_EkUKdAaaPDviZ64pQpN1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:16:30.700Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Node template pNF 46cdf4a6-9775 0 is matching search criteria
2021-09-29T08:16:30.700Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T08:16:30.700Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 46cdf4a6-9775 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:16:30.700Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:16:30.700Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_EkUKdAaaPDviZ64pQpN1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:16:30.700Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:16:30.701Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_EkUKdAaaPDviZ64pQpN1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:16:30.701Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:16:30.701Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_EkUKdAaaPDviZ64pQpN1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:16:30.701Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:16:30.701Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_EkUKdAaaPDviZ64pQpN1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:16:30.701Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:16:30.701Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_EkUKdAaaPDviZ64pQpN1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:16:30.701Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_EkUKdAaaPDviZ64pQpN1
Description:catalog service description
Model UUID:1047ed4b-c35a-4896-ae7c-97477dd3ccf1
Model Version:NULL
Model InvariantUuid:d5c494c7-d906-475d-8f0f-abf9b9acabb1
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-09-29T08:16:30.709Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9f292f5d-bb0f-410d-8db1-19ab86e7ffaf
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-09-29T08:16:30.713Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||pNF 46cdf4a6-9775 0
2021-09-29T08:16:30.713Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9f292f5d-bb0f-410d-8db1-19ab86e7ffaf
2021-09-29T08:16:30.713Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 1047ed4b-c35a-4896-ae7c-97477dd3ccf1
2021-09-29T08:16:30.713Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1047ed4b-c35a-4896-ae7c-97477dd3ccf1
2021-09-29T08:16:30.713Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 46cdf4a6-9775 0 9f292f5d-bb0f-410d-8db1-19ab86e7ffaf 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-09-29T08:16:30.717Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71e9e0db, org.onap.sdc.toscaparser.api.parameters.Input@2d6277a2, org.onap.sdc.toscaparser.api.parameters.Input@c5e398, org.onap.sdc.toscaparser.api.parameters.Input@ac7ee2, org.onap.sdc.toscaparser.api.parameters.Input@3e7da914]
2021-09-29T08:16:30.718Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:16:30.718Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_EkUKdAaaPDviZ64pQpN1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:16:30.718Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1047ed4b-c35a-4896-ae7c-97477dd3ccf1: pNF 46cdf4a6-9775
2021-09-29T08:16:30.718Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||Processing PNF resource: 9f292f5d-bb0f-410d-8db1-19ab86e7ffaf
2021-09-29T08:16:30.718Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:16:30.718Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_EkUKdAaaPDviZ64pQpN1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:16:30.718Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||Resource customization UUID: 68f4b750-6df2-48f2-b64f-662bf953882c is the same as notified resource customizationUUID: 68f4b750-6df2-48f2-b64f-662bf953882c
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-09-29T08:16:30.753Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 46cdf4a6-9775 9f292f5d-bb0f-410d-8db1-19ab86e7ffaf 0 ASDC deployResourceStructure
2021-09-29T08:16:30.753Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar ASDC sendASDCNotification
2021-09-29T08:16:30.753Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar
2021-09-29T08:16:30.754Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T08:16:30.754Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:16:30.759Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:16:30.760Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903390753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:16:30.856Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-29T08:16:30.857Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:16:30.857Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:16:30.875Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:16:30.877Z||pool-144-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:16:31.761Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:16:31.772Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:16:31.773Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:16:31.774Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:16:31.774Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:17:01.774Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:17:01.785Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:17:01.787Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:17:01.787Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:17:01.787Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:17:18.887Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:17:18.892Z||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-09-29T08:17:18.892Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:17:18.921Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:17:18.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:17:18.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "policy-id",
  "timestamp": 1632903372443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:17:18.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:17:31.788Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:17:31.806Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:17:31.807Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:17:31.808Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:17:31.808Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:18:01.809Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:18:01.837Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:18:01.842Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:18:01.842Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:18:01.842Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:18:18.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:18:18.889Z||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-09-29T08:18:18.889Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:18:18.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:18:18.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:18:18.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:18:18.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:18:31.843Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:18:31.855Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:18:31.859Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:18:31.859Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:18:31.859Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:19:01.859Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:19:01.873Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:19:01.875Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:19:01.875Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:19:01.875Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:19:18.887Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:19:18.890Z||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-09-29T08:19:18.890Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:19:19.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:19:19.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "cds",
  "timestamp": 1632903375884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903369554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:19:19.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "dcae-sch",
  "timestamp": 1632903376091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903374106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "policy-id",
  "timestamp": 1632903372443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:19:19.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "clamp",
  "timestamp": 1632903379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "cds",
  "timestamp": 1632903375884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903379965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "dcae-sch",
  "timestamp": 1632903376091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903374106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "clamp",
  "timestamp": 1632903379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "cds",
  "timestamp": 1632903375884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903379965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "dcae-sch",
  "timestamp": 1632903376091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903374106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:19:19.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "clamp",
  "timestamp": 1632903379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "cds",
  "timestamp": 1632903375884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903379965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "policy-id",
  "timestamp": 1632903382710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:19:19.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "dcae-sch",
  "timestamp": 1632903376091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "clamp",
  "timestamp": 1632903379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "cds",
  "timestamp": 1632903375884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:19:19.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903379965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "policy-id",
  "timestamp": 1632903383717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:19:19.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "dcae-sch",
  "timestamp": 1632903376091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "clamp",
  "timestamp": 1632903379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903384616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:19:19.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903379965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "policy-id",
  "timestamp": 1632903384722,
  "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-09-29T08:19:19.449Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0533372-ec62-408a-9186-9dac4b02c7d9
2021-09-29T08:19:19.449Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0533372-ec62-408a-9186-9dac4b02c7d9 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-09-29T08:19:19.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "clamp",
  "timestamp": 1632903379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903379965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:19:19.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "aai-ml",
  "timestamp": 1632903385157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "cds",
  "timestamp": 1632903386303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:19:19.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "clamp",
  "timestamp": 1632903379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903378884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:19:19.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903386595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:19:19.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903379965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "aai-ml",
  "timestamp": 1632903385157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "cds",
  "timestamp": 1632903387315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-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-09-29T08:19:19.477Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0533372-ec62-408a-9186-9dac4b02c7d9
2021-09-29T08:19:19.477Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0533372-ec62-408a-9186-9dac4b02c7d9 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-09-29T08:19:19.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "clamp",
  "timestamp": 1632903379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:19:19.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903387603,
  "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-09-29T08:19:19.491Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0533372-ec62-408a-9186-9dac4b02c7d9
2021-09-29T08:19:19.491Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0533372-ec62-408a-9186-9dac4b02c7d9 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-09-29T08:19:19.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903379965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "aai-ml",
  "timestamp": 1632903385157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903388753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:19:19.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "aai-ml",
  "timestamp": 1632903385157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903389284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:19:19.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "aai-ml",
  "timestamp": 1632903385157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903390311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T08:19:19.504Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903390753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:19:19.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "aai-ml",
  "timestamp": 1632903385157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/resourceInstances/pnf46cdf4a697750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903391314,
  "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-09-29T08:19:19.516Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e0533372-ec62-408a-9186-9dac4b02c7d9
2021-09-29T08:19:19.516Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0533372-ec62-408a-9186-9dac4b02c7d9 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-09-29T08:19:19.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "aai-ml",
  "timestamp": 1632903385157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:19:19.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "aai-ml",
  "timestamp": 1632903385157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:19:19.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:19:19.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "aai-ml",
  "timestamp": 1632903394047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:19:19.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "clamp",
  "timestamp": 1632903395375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:19:19.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "clamp",
  "timestamp": 1632903397388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:19:19.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "clamp",
  "timestamp": 1632903398392,
  "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-09-29T08:19:19.533Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e0533372-ec62-408a-9186-9dac4b02c7d9
2021-09-29T08:19:19.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0533372-ec62-408a-9186-9dac4b02c7d9 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-09-29T08:19:19.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "aai-ml",
  "timestamp": 1632903402498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEkukdaaapdviz64pqpn1/1.0/artifacts/service-DemoPnfEkukdaaapdviz64pqpn1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:19:19.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:19:19.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:19:19.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "aai-ml",
  "timestamp": 1632903403506,
  "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-09-29T08:19:19.548Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0533372-ec62-408a-9186-9dac4b02c7d9
2021-09-29T08:19:19.548Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0533372-ec62-408a-9186-9dac4b02c7d9 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-09-29T08:19:31.876Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:19:31.891Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:19:31.896Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:19:31.897Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T08:19:31.897Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T08:19:31.897Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T08:19:31.897Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:19:31.897Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:19:31.897Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:19:31.898Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:19:31.898Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:19:31.898Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:19:31.898Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:19:31.898Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T08:19:31.902Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T08:20:01.903Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0533372-ec62-408a-9186-9dac4b02c7d9 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-09-29T08:20:01.924Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0533372-ec62-408a-9186-9dac4b02c7d9 and serviceModelVersionId: 1047ed4b-c35a-4896-ae7c-97477dd3ccf1
2021-09-29T08:20:01.924Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5c494c7-d906-475d-8f0f-abf9b9acabb1
2021-09-29T08:20:01.927Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5c494c7-d906-475d-8f0f-abf9b9acabb1/model-vers/model-ver/1047ed4b-c35a-4896-ae7c-97477dd3ccf1?depth=0
2021-09-29T08:20:01.936Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T08:20:02.008Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5c494c7-d906-475d-8f0f-abf9b9acabb1/model-vers/model-ver/1047ed4b-c35a-4896-ae7c-97477dd3ccf1?depth=0|INFO|500||Invoke
2021-09-29T08:20:02.009Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5c494c7-d906-475d-8f0f-abf9b9acabb1/model-vers/model-ver/1047ed4b-c35a-4896-ae7c-97477dd3ccf1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5c494c7-d906-475d-8f0f-abf9b9acabb1/model-vers/model-ver/1047ed4b-c35a-4896-ae7c-97477dd3ccf1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e0533372-ec62-408a-9186-9dac4b02c7d9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6d802b22-82a2-4dab-8dc5-9813074f157a], X-ECOMP-RequestID=[e0533372-ec62-408a-9186-9dac4b02c7d9], X-TransactionId=[], X-ONAP-RequestID=[e0533372-ec62-408a-9186-9dac4b02c7d9], Content-Type=[application/merge-patch+json]}
2021-09-29T08:20:02.043Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5c494c7-d906-475d-8f0f-abf9b9acabb1/model-vers/model-ver/1047ed4b-c35a-4896-ae7c-97477dd3ccf1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T08:20:02.500Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5c494c7-d906-475d-8f0f-abf9b9acabb1/model-vers/model-ver/1047ed4b-c35a-4896-ae7c-97477dd3ccf1?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/d5c494c7-d906-475d-8f0f-abf9b9acabb1/model-vers/model-ver/1047ed4b-c35a-4896-ae7c-97477dd3ccf1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-08:20:02:050-34172], vertex-id=[323792], Content-Length=[0], Date=[Wed, 29 Sep 2021 08:20:02 GMT], Content-Type=[application/json]}
2021-09-29T08:20:02.500Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5c494c7-d906-475d-8f0f-abf9b9acabb1/model-vers/model-ver/1047ed4b-c35a-4896-ae7c-97477dd3ccf1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T08:20:02.501Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5c494c7-d906-475d-8f0f-abf9b9acabb1/model-vers/model-ver/1047ed4b-c35a-4896-ae7c-97477dd3ccf1?depth=0|INFO|500||InvokeReturn
2021-09-29T08:20:02.501Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T08:20:02.501Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||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-09-29T08:20:02.509Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T08:20:02.510Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0533372-ec62-408a-9186-9dac4b02c7d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T08:20:02.510Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T08:20:02.511Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:20:02.513Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:20:02.513Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903602510,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:20:02.614Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:20:02.615Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:20:02.615Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:20:02.625Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:20:02.626Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T08:20:03.526Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:20:03.527Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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-09-29T08:20:03.527Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:20:13.753Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:20:13.754Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:20:13.754Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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-09-29T08:20:13.754Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:20:18.886Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:20:18.886Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:20:18.886Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:20:19.506Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:20:19.506Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T08:20:19.506Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0533372-ec62-408a-9186-9dac4b02c7d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903602510,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:20:19.507Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:20:23.300Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:20:23.301Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:20:23.302Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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-09-29T08:20:23.302Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:20:32.862Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:20:32.863Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:20:32.864Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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-09-29T08:20:32.864Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:20:42.422Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:21:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:21:18.884Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:21:18.889Z||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-09-29T08:21:18.889Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:21:18.889Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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-09-29T08:21:18.889Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:21:28.440Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:21:28.447Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:22:18.884Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:22:18.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:22:18.886Z||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-09-29T08:22:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:22:18.890Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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-09-29T08:22:18.892Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:22:28.437Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:22:28.443Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:23:18.883Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:23:18.884Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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-09-29T08:23:18.885Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:23:18.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:23:18.886Z||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-09-29T08:23:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:23:28.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:23:28.462Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:18.884Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:24:18.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:24:18.886Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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-09-29T08:24:18.886Z||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-09-29T08:24:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:24:18.887Z|e0533372-ec62-408a-9186-9dac4b02c7d9|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:24:19.021Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:19.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "policy-id",
  "timestamp": 1632903852443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903849554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903854106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "policy-id",
  "timestamp": 1632903852443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903849554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903854106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "policy-id",
  "timestamp": 1632903852443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903849554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "cds",
  "timestamp": 1632903855881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "dcae-sch",
  "timestamp": 1632903856093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903854106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "policy-id",
  "timestamp": 1632903852443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903849554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "cds",
  "timestamp": 1632903855881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "dcae-sch",
  "timestamp": 1632903856093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903854106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "policy-id",
  "timestamp": 1632903852443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903849554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "cds",
  "timestamp": 1632903855881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "dcae-sch",
  "timestamp": 1632903856093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903854106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:24:19.516Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:19.517Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:24:19.517Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82","serviceName":"Demo_pNF_Pd1ypwMTj8G8TZyINPe9","serviceVersion":"1.0","serviceUUID":"3fb44bd1-ddef-44f0-9683-675bc8385264","serviceDescription":"catalog service description","serviceInvariantUUID":"e08c627e-cfb8-4d16-b10b-916ad0daaadd","resources":[{"resourceInstanceName":"pNF 5825a210-c883 0","resourceName":"pNF 5825a210-c883","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04d0d58d-62b8-4cb0-a7ab-3de63a4c010e","resourceInvariantUUID":"0b07d672-b696-44e4-9304-89518cdc791d","resourceCustomizationUUID":"5a4b9c0a-7a79-4a2f-a772-99fccc39cc7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vf-license-model.xml","artifactChecksum":"YzM5MDZhMzNiYjQ3ZDRjNDljODVmMmIyNmJjMWYwODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7144ab47-07a2-4a07-b2e1-08ae1f41603a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/pNF.csar","artifactChecksum":"NmQ5MDU2MDY3MjBjMTRiOGE1ZDAwYjYyMmE4M2UzYmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66ec50f1-c7df-436c-bb96-cdd7eed2216f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7bd04978-1edb-43e4-bad7-d6c39ba55b0b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJkNmE5OWY4ZDJkMmM0MjhhZDkzYTdmYWZiYzYwZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cdba1864-1279-4036-8607-ab5b11378a9d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88701d41-6f13-4f0f-a773-25e5f2792107","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb528060-76a6-469f-b34b-873995002eac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml","artifactChecksum":"MWViYjU2NTUwMDBmYzMwY2NkZjViYTQ5YjFiN2ZjYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2973b750-fbf8-4e9e-ba36-26a6b0baf7dd","artifactVersion":"1"},{"artifactName":"service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar","artifactChecksum":"NjY5YTc2ZjgzMzlhODE1OGI2NTdkMGI3NGVmMDVmZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79d04afa-fe3f-442c-b6a7-1a2c381dfc41","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T08:24:19.520Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:24:19.521Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:24:19.524Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:24:19.524Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:19.624Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:24:19.625Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:24:19.626Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:24:19.636Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:19.636Z||pool-146-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:24:20.525Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:24:20.525Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:24:20.527Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:24:20.527Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:20.627Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:24:20.628Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:24:20.628Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:24:20.637Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:20.638Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:24:21.528Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:24:21.529Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:24:21.531Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:24:21.531Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:21.631Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:24:21.632Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:24:21.632Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:24:21.642Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:21.642Z||pool-148-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:24:22.532Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:24:22.533Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:24:22.535Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:24:22.535Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:22.635Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:24:22.636Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:24:22.636Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:24:22.646Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:22.646Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:24:23.535Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:24:23.536Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:24:23.537Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:24:23.537Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:23.638Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:24:23.638Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:24:23.639Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:24:23.648Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:23.649Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:24:24.538Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:24:24.539Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:24:24.541Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:24:24.541Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:24.641Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:24:24.642Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:24:24.642Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:24:24.656Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:24.656Z||pool-151-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:24:25.545Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:24:25.546Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:24:25.549Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:24:25.549Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:24:25.649Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:24:25.650Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:24:25.650Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:24:25.674Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:25.674Z||pool-152-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:24:26.549Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:24:26.550Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:24:26.553Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:24:26.553Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:24:26.654Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:24:26.655Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:24:26.655Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:24:26.670Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:26.671Z||pool-153-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:24:27.555Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "serviceName": "Demo_pNF_Pd1ypwMTj8G8TZyINPe9",
  "serviceVersion": "1.0",
  "serviceUUID": "3fb44bd1-ddef-44f0-9683-675bc8385264",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e08c627e-cfb8-4d16-b10b-916ad0daaadd",
  "resources": [
    {
      "resourceInstanceName": "pNF 5825a210-c883 0",
      "resourceCustomizationUUID": "5a4b9c0a-7a79-4a2f-a772-99fccc39cc7b",
      "resourceName": "pNF 5825a210-c883",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04d0d58d-62b8-4cb0-a7ab-3de63a4c010e",
      "resourceInvariantUUID": "0b07d672-b696-44e4-9304-89518cdc791d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
      "artifactChecksum": "NjY5YTc2ZjgzMzlhODE1OGI2NTdkMGI3NGVmMDVmZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79d04afa-fe3f-442c-b6a7-1a2c381dfc41"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T08:24:27.555Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T08:24:27.555Z|e0533372-ec62-408a-9186-9dac4b02c7d9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3fb44bd1-ddef-44f0-9683-675bc8385264 ASDC
2021-09-29T08:24:27.556Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
ServiceName:Demo_pNF_Pd1ypwMTj8G8TZyINPe9
ServiceVersion:1.0
ServiceUUID:3fb44bd1-ddef-44f0-9683-675bc8385264
ServiceInvariantUUID:e08c627e-cfb8-4d16-b10b-916ad0daaadd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
ArtifactUUID:79d04afa-fe3f-442c-b6a7-1a2c381dfc41
ArtifactChecksum:NjY5YTc2ZjgzMzlhODE1OGI2NTdkMGI3NGVmMDVmZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5825a210-c883 0
ResourceCustomizationUUID:5a4b9c0a-7a79-4a2f-a772-99fccc39cc7b
ResourceInvariantUUID:0b07d672-b696-44e4-9304-89518cdc791d
ResourceName:pNF 5825a210-c883
ResourceType:PNF
ResourceUUID:04d0d58d-62b8-4cb0-a7ab-3de63a4c010e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-29T08:24:27.557Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fb44bd1-ddef-44f0-9683-675bc8385264 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-09-29T08:24:27.594Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:24:27.594Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T08:24:27.595Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T08:24:27.595Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 79d04afa-fe3f-442c-b6a7-1a2c381dfc41 from URL: /sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:27.595Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T08:24:27.595Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:29.601Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T08:24:29.606Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar 79d04afa-fe3f-442c-b6a7-1a2c381dfc41 82551
2021-09-29T08:24:29.606Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar ASDC sendASDCNotification
2021-09-29T08:24:29.607Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:29.607Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T08:24:29.607Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:24:29.609Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:24:29.609Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903869606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:24:29.709Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:24:29.710Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:24:29.710Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:24:29.722Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:29.723Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:24:30.610Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:24:30.611Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T08:24:30.611Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 79d04afa-fe3f-442c-b6a7-1a2c381dfc41, URL: /sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar to file: /app/ASDC/1/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:30.647Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:30.648Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:30.648Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:30.790Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11778967805042854118/Definitions/service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml
2021-09-29T08:24:31.558Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T08:24:31.559Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T08:24:31.559Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:31.559Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-29T08:24:31.559Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||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-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:31.559Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:31.559Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||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-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:31.559Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:31.560Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:31.560Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5825a210-c883 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-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:31.560Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:31.560Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T08:24:31.560Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:24:31.560Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Pd1ypwMTj8G8TZyINPe9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:24:31.560Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Node template pNF 5825a210-c883 0 is matching search criteria
2021-09-29T08:24:31.561Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T08:24:31.561Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5825a210-c883 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:24:31.561Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:24:31.561Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Pd1ypwMTj8G8TZyINPe9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:24:31.561Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Node template pNF 5825a210-c883 0 is matching search criteria
2021-09-29T08:24:31.561Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T08:24:31.561Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5825a210-c883 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:24:31.562Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:24:31.562Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Pd1ypwMTj8G8TZyINPe9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:24:31.562Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:24:31.562Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Pd1ypwMTj8G8TZyINPe9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:24:31.562Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:24:31.562Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Pd1ypwMTj8G8TZyINPe9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:24:31.562Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:24:31.563Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Pd1ypwMTj8G8TZyINPe9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:24:31.563Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:24:31.563Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Pd1ypwMTj8G8TZyINPe9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:24:31.563Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Pd1ypwMTj8G8TZyINPe9
Description:catalog service description
Model UUID:3fb44bd1-ddef-44f0-9683-675bc8385264
Model Version:NULL
Model InvariantUuid:e08c627e-cfb8-4d16-b10b-916ad0daaadd
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-09-29T08:24:31.571Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 04d0d58d-62b8-4cb0-a7ab-3de63a4c010e
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-09-29T08:24:31.574Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||pNF 5825a210-c883 0
2021-09-29T08:24:31.575Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 04d0d58d-62b8-4cb0-a7ab-3de63a4c010e
2021-09-29T08:24:31.575Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3fb44bd1-ddef-44f0-9683-675bc8385264
2021-09-29T08:24:31.575Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3fb44bd1-ddef-44f0-9683-675bc8385264
2021-09-29T08:24:31.575Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5825a210-c883 0 04d0d58d-62b8-4cb0-a7ab-3de63a4c010e 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-09-29T08:24:31.579Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cfa3997, org.onap.sdc.toscaparser.api.parameters.Input@8abf31c, org.onap.sdc.toscaparser.api.parameters.Input@1a1ba057, org.onap.sdc.toscaparser.api.parameters.Input@7104599c, org.onap.sdc.toscaparser.api.parameters.Input@7c3fe0aa]
2021-09-29T08:24:31.580Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:24:31.580Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Pd1ypwMTj8G8TZyINPe9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:24:31.581Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3fb44bd1-ddef-44f0-9683-675bc8385264: pNF 5825a210-c883
2021-09-29T08:24:31.581Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||Processing PNF resource: 04d0d58d-62b8-4cb0-a7ab-3de63a4c010e
2021-09-29T08:24:31.581Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:24:31.581Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Pd1ypwMTj8G8TZyINPe9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:24:31.582Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||Resource customization UUID: 5a4b9c0a-7a79-4a2f-a772-99fccc39cc7b is the same as notified resource customizationUUID: 5a4b9c0a-7a79-4a2f-a772-99fccc39cc7b
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-09-29T08:24:31.616Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5825a210-c883 04d0d58d-62b8-4cb0-a7ab-3de63a4c010e 0 ASDC deployResourceStructure
2021-09-29T08:24:31.617Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar ASDC sendASDCNotification
2021-09-29T08:24:31.617Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar
2021-09-29T08:24:31.617Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T08:24:31.617Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:24:31.620Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:24:31.620Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903871617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:24:31.720Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:24:31.721Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:24:31.721Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:24:31.735Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:24:31.735Z||pool-155-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:24:32.621Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:24:32.632Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:24:32.633Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:24:32.633Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:24:32.633Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:25:02.634Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:25:02.650Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:25:02.652Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:25:02.652Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:25:02.652Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:25:18.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:25:18.891Z||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-09-29T08:25:18.891Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:25:18.921Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:25:18.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:25:18.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "policy-id",
  "timestamp": 1632903852443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:25:18.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:25:32.653Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:25:32.670Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:25:32.672Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:25:32.672Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:25:32.672Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:26:02.673Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:26:02.688Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:26:02.690Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:26:02.690Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:26:02.690Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:26:18.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:26:18.887Z||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-09-29T08:26:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:26:18.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:26:18.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:26:18.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903849554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:26:18.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:26:32.691Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:26:32.715Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:26:32.716Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:26:32.716Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:26:32.717Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:27:02.717Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:27:02.728Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:27:02.730Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:27:02.730Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:27:02.730Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:27:18.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:27:18.888Z||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-09-29T08:27:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:27:18.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:27:18.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "cds",
  "timestamp": 1632903855881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "dcae-sch",
  "timestamp": 1632903856093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903854106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "policy-id",
  "timestamp": 1632903852443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903849554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "clamp",
  "timestamp": 1632903859811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "cds",
  "timestamp": 1632903855881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903859965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "dcae-sch",
  "timestamp": 1632903856093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903854106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "policy-id",
  "timestamp": 1632903852443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:27:18.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903849554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:27:18.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "clamp",
  "timestamp": 1632903859811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "cds",
  "timestamp": 1632903855881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903859965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "dcae-sch",
  "timestamp": 1632903856093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903854106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:27:18.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "clamp",
  "timestamp": 1632903859811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "cds",
  "timestamp": 1632903855881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903859965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "dcae-sch",
  "timestamp": 1632903856093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "clamp",
  "timestamp": 1632903859811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "cds",
  "timestamp": 1632903855881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:27:18.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903859965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "dcae-sch",
  "timestamp": 1632903856093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "clamp",
  "timestamp": 1632903859811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903859965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "policy-id",
  "timestamp": 1632903864584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:27:18.932Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:18.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903865409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:27:18.932Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:18.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "clamp",
  "timestamp": 1632903859811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903859965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "policy-id",
  "timestamp": 1632903865593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "aai-ml",
  "timestamp": 1632903865157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "clamp",
  "timestamp": 1632903859811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903858884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:27:18.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903859965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "policy-id",
  "timestamp": 1632903866599,
  "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-09-29T08:27:18.941Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
2021-09-29T08:27:18.942Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82 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-09-29T08:27:18.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "aai-ml",
  "timestamp": 1632903865157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "cds",
  "timestamp": 1632903867015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:27:18.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:18.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903867396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:27:18.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:18.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "clamp",
  "timestamp": 1632903859811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:27:18.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903859965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "aai-ml",
  "timestamp": 1632903865157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "cds",
  "timestamp": 1632903868023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-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-09-29T08:27:18.962Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
2021-09-29T08:27:18.962Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82 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-09-29T08:27:18.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903868401,
  "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-09-29T08:27:18.973Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
2021-09-29T08:27:18.974Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82 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-09-29T08:27:18.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "aai-ml",
  "timestamp": 1632903865157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903869606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:27:18.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:18.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "aai-ml",
  "timestamp": 1632903865157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903870271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:27:18.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:18.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "aai-ml",
  "timestamp": 1632903865157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903871292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/resourceInstances/pnf5825a210c8830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T08:27:18.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:18.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632903871617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:27:18.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:18.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "aai-ml",
  "timestamp": 1632903865157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:18.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903872295,
  "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-09-29T08:27:18.988Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
2021-09-29T08:27:18.988Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82 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-09-29T08:27:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "aai-ml",
  "timestamp": 1632903865157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:27:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "aai-ml",
  "timestamp": 1632903874060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:27:18.995Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "clamp",
  "timestamp": 1632903874473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:27:18.995Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "clamp",
  "timestamp": 1632903876483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:27:18.995Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "clamp",
  "timestamp": 1632903877487,
  "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-09-29T08:27:18.999Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
2021-09-29T08:27:18.999Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82 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-09-29T08:27:19.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "aai-ml",
  "timestamp": 1632903883499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPd1ypwmtj8g8tzyinpe9/1.0/artifacts/service-DemoPnfPd1ypwmtj8g8tzyinpe9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:27:19.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:27:19.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "aai-ml",
  "timestamp": 1632903884504,
  "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-09-29T08:27:19.009Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
2021-09-29T08:27:19.009Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82 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-09-29T08:27:19.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903909554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "policy-id",
  "timestamp": 1632903912451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903909554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "policy-id",
  "timestamp": 1632903912451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903914104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903909554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "policy-id",
  "timestamp": 1632903912451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903914104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903909554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "policy-id",
  "timestamp": 1632903912451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "cds",
  "timestamp": 1632903915880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1632903916092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903914104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903909554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "policy-id",
  "timestamp": 1632903912451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "cds",
  "timestamp": 1632903915880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1632903916092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903914104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903909554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "policy-id",
  "timestamp": 1632903912451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "cds",
  "timestamp": 1632903915880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1632903916092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:19.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:27:19.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903914104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:27:19.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:27:32.730Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:27:32.741Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:27:32.743Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:27:32.743Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T08:27:32.743Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T08:27:32.743Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T08:27:32.743Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:27:32.744Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:27:32.744Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:27:32.744Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:27:32.744Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:27:32.744Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:27:32.744Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:27:32.744Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T08:27:32.748Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T08:28:02.750Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82 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-09-29T08:28:02.767Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82 and serviceModelVersionId: 3fb44bd1-ddef-44f0-9683-675bc8385264
2021-09-29T08:28:02.768Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e08c627e-cfb8-4d16-b10b-916ad0daaadd
2021-09-29T08:28:02.770Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e08c627e-cfb8-4d16-b10b-916ad0daaadd/model-vers/model-ver/3fb44bd1-ddef-44f0-9683-675bc8385264?depth=0
2021-09-29T08:28:02.785Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T08:28:02.843Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e08c627e-cfb8-4d16-b10b-916ad0daaadd/model-vers/model-ver/3fb44bd1-ddef-44f0-9683-675bc8385264?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-09-29T08:28:02.846Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e08c627e-cfb8-4d16-b10b-916ad0daaadd/model-vers/model-ver/3fb44bd1-ddef-44f0-9683-675bc8385264?depth=0|INFO|500||Invoke
2021-09-29T08:28:02.866Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e08c627e-cfb8-4d16-b10b-916ad0daaadd/model-vers/model-ver/3fb44bd1-ddef-44f0-9683-675bc8385264?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T08:28:03.374Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e08c627e-cfb8-4d16-b10b-916ad0daaadd/model-vers/model-ver/3fb44bd1-ddef-44f0-9683-675bc8385264?depth=0|INFO|500||InvokeReturn
2021-09-29T08:28:03.375Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e08c627e-cfb8-4d16-b10b-916ad0daaadd/model-vers/model-ver/3fb44bd1-ddef-44f0-9683-675bc8385264?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-08:28:02:878-66825], vertex-id=[495704], Content-Length=[0], Date=[Wed, 29 Sep 2021 08:28:02 GMT], Content-Type=[application/json]}
2021-09-29T08:28:03.375Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-29T08:28:03.376Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T08:28:03.376Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||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-09-29T08:28:03.385Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T08:28:03.386Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T08:28:03.386Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T08:28:03.387Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:28:03.391Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:28:03.392Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904083386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:28:03.492Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:28:03.493Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:28:03.494Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:03.506Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:03.507Z||pool-156-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-09-29T08:28:04.412Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:28:04.413Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|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-09-29T08:28:04.413Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:08.736Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:08.737Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:28:08.738Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2","serviceName":"Demo_pNF_4HY70LS1FJiOaICHvW73","serviceVersion":"1.0","serviceUUID":"90e89cf9-79a8-465b-8a70-47850dd3291d","serviceDescription":"catalog service description","serviceInvariantUUID":"ccaa4d7a-2111-44a7-b4f3-afe4aa2c1171","resources":[{"resourceInstanceName":"pNF a4c3a363-6d2b 0","resourceName":"pNF a4c3a363-6d2b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d3d46422-c156-4cad-b9c9-cf733a7b051f","resourceInvariantUUID":"f27da83e-0ab3-4046-a87e-3d920c17312a","resourceCustomizationUUID":"cf706284-bdc1-49c5-b9d5-000de1485031","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vf-license-model.xml","artifactChecksum":"MzQzODIzYWQzYWZhMzdkZGY4ZWVkYTQ0MjMwZjI1NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b8b7e76-22b4-4b0f-9a7b-fc18255de2ff","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/pNF.csar","artifactChecksum":"NmQ5MDU2MDY3MjBjMTRiOGE1ZDAwYjYyMmE4M2UzYmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"093244e6-5636-4d99-a171-ef96d399465b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd3e2b44-68bb-4fdd-8ef0-585e7950b6c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vendor-license-model.xml","artifactChecksum":"MzczOWU1MDk2MDI3ZTVkZmQyYmRiNzc4ZjEyYzNiOGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"515b60c5-66c3-4b76-8483-2f7d18abf913","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf8aa6e3-6532-4775-9d10-8d3b9a1197a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea3e5391-c9c8-41e2-8273-4f7e255890dd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4hy70ls1fjioaichvw73-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-template.yml","artifactChecksum":"YzI0MTJkNDNhNDYyMTVjNzNmZDEwZTQ1MDc2ZDhjODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"817a6d35-ee20-4fa8-9d0b-3bbc778d861a","artifactVersion":"1"},{"artifactName":"service-DemoPnf4hy70ls1fjioaichvw73-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar","artifactChecksum":"YzM5NTdmNjIzYmM5MmFhYmIwNTVkYTQwMzRiNzRlMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c09c6aa-93f9-4d96-bd7c-9f9aec8e1fbc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T08:28:08.740Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:28:08.740Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:28:08.742Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:28:08.742Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:08.842Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:28:08.843Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:28:08.843Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:08.866Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:08.866Z||pool-157-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:28:09.742Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:28:09.743Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:28:09.745Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:28:09.745Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:09.845Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:28:09.845Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:28:09.846Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:09.887Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:09.887Z||pool-158-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:28:10.745Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:28:10.746Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:28:10.748Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:28:10.748Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:10.848Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:28:10.849Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:28:10.850Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:10.860Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:10.860Z||pool-159-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:28:11.749Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:28:11.750Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:28:11.751Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:28:11.751Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:11.852Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:28:11.852Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:28:11.853Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:11.862Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:11.862Z||pool-160-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:28:12.752Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:28:12.754Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:28:12.756Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:28:12.756Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:12.856Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:28:12.857Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:28:12.857Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:12.866Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:12.866Z||pool-161-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:28:13.757Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:28:13.758Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:28:13.759Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:28:13.759Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:13.859Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:28:13.860Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:28:13.860Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:13.870Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:13.870Z||pool-162-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:28:14.760Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:28:14.760Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:28:14.762Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:28:14.762Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:14.862Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:28:14.863Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:28:14.863Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:14.872Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:14.873Z||pool-163-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:28:15.763Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:28:15.764Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:28:15.766Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:28:15.766Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:28:15.866Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:28:15.867Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:28:15.867Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:15.880Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:15.881Z||pool-164-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:28:16.767Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "serviceName": "Demo_pNF_4HY70LS1FJiOaICHvW73",
  "serviceVersion": "1.0",
  "serviceUUID": "90e89cf9-79a8-465b-8a70-47850dd3291d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ccaa4d7a-2111-44a7-b4f3-afe4aa2c1171",
  "resources": [
    {
      "resourceInstanceName": "pNF a4c3a363-6d2b 0",
      "resourceCustomizationUUID": "cf706284-bdc1-49c5-b9d5-000de1485031",
      "resourceName": "pNF a4c3a363-6d2b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d3d46422-c156-4cad-b9c9-cf733a7b051f",
      "resourceInvariantUUID": "f27da83e-0ab3-4046-a87e-3d920c17312a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
      "artifactChecksum": "YzM5NTdmNjIzYmM5MmFhYmIwNTVkYTQwMzRiNzRlMzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c09c6aa-93f9-4d96-bd7c-9f9aec8e1fbc"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T08:28:16.768Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T08:28:16.769Z|60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 90e89cf9-79a8-465b-8a70-47850dd3291d ASDC
2021-09-29T08:28:16.769Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2
ServiceName:Demo_pNF_4HY70LS1FJiOaICHvW73
ServiceVersion:1.0
ServiceUUID:90e89cf9-79a8-465b-8a70-47850dd3291d
ServiceInvariantUUID:ccaa4d7a-2111-44a7-b4f3-afe4aa2c1171
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
ArtifactUUID:8c09c6aa-93f9-4d96-bd7c-9f9aec8e1fbc
ArtifactChecksum:YzM5NTdmNjIzYmM5MmFhYmIwNTVkYTQwMzRiNzRlMzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a4c3a363-6d2b 0
ResourceCustomizationUUID:cf706284-bdc1-49c5-b9d5-000de1485031
ResourceInvariantUUID:f27da83e-0ab3-4046-a87e-3d920c17312a
ResourceName:pNF a4c3a363-6d2b
ResourceType:PNF
ResourceUUID:d3d46422-c156-4cad-b9c9-cf733a7b051f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-29T08:28:16.770Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90e89cf9-79a8-465b-8a70-47850dd3291d 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-09-29T08:28:16.800Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:28:16.801Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T08:28:16.801Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T08:28:16.801Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8c09c6aa-93f9-4d96-bd7c-9f9aec8e1fbc from URL: /sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:16.802Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T08:28:16.802Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:18.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:28:18.886Z||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-09-29T08:28:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:18.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:18.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903909554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "policy-id",
  "timestamp": 1632903912451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "cds",
  "timestamp": 1632903915880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1632903916092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903914104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632903909554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:28:18.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "policy-id",
  "timestamp": 1632903912451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:28:18.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "clamp",
  "timestamp": 1632903919811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "cds",
  "timestamp": 1632903915880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903919968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1632903916092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903914104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "clamp",
  "timestamp": 1632903919811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "cds",
  "timestamp": 1632903915880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903919968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1632903916092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903914104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:28:18.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "clamp",
  "timestamp": 1632903919811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "cds",
  "timestamp": 1632903915880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903919968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1632903916092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "policy-id",
  "timestamp": 1632903923409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:28:18.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:28:18.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "clamp",
  "timestamp": 1632903919811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "cds",
  "timestamp": 1632903915880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903919968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1632903916092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903924321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:28:18.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:28:18.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "policy-id",
  "timestamp": 1632903924420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:28:18.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:28:18.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "clamp",
  "timestamp": 1632903919811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903919968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "policy-id",
  "timestamp": 1632903925423,
  "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-09-29T08:28:18.951Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2
2021-09-29T08:28:18.951Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2 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-09-29T08:28:18.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "clamp",
  "timestamp": 1632903919811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903919968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:28:18.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "aai-ml",
  "timestamp": 1632903925157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903926284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:28:18.959Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:28:18.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "clamp",
  "timestamp": 1632903919811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903919968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "aai-ml",
  "timestamp": 1632903925157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "cds",
  "timestamp": 1632903927081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632903927293,
  "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-09-29T08:28:18.965Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2
2021-09-29T08:28:18.965Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2 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-09-29T08:28:18.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "clamp",
  "timestamp": 1632903919811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:28:18.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903919968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "aai-ml",
  "timestamp": 1632903925157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "cds",
  "timestamp": 1632903928088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-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-09-29T08:28:18.977Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2
2021-09-29T08:28:18.977Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2 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-09-29T08:28:18.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "aai-ml",
  "timestamp": 1632903925157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903929081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:28:18.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:28:18.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "aai-ml",
  "timestamp": 1632903925157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903930098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T08:28:18.985Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:28:18.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "aai-ml",
  "timestamp": 1632903925157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632903931100,
  "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-09-29T08:28:18.989Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2
2021-09-29T08:28:18.989Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2 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-09-29T08:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "aai-ml",
  "timestamp": 1632903925157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "aai-ml",
  "timestamp": 1632903925157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "aai-ml",
  "timestamp": 1632903934023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "clamp",
  "timestamp": 1632903940485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "aai-ml",
  "timestamp": 1632903942773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:28:18.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "clamp",
  "timestamp": 1632903943486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:28:18.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "aai-ml",
  "timestamp": 1632903943779,
  "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-09-29T08:28:19.000Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2
2021-09-29T08:28:19.001Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2 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-09-29T08:28:19.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:28:19.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "clamp",
  "timestamp": 1632903944490,
  "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-09-29T08:28:19.011Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2
2021-09-29T08:28:19.011Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2 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-09-29T08:28:19.998Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T08:28:20.003Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar 8c09c6aa-93f9-4d96-bd7c-9f9aec8e1fbc 82555
2021-09-29T08:28:20.003Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar ASDC sendASDCNotification
2021-09-29T08:28:20.003Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:20.003Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T08:28:20.004Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:28:20.006Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:28:20.006Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904100003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:28:20.106Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:28:20.107Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:28:20.107Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:20.118Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:20.118Z||pool-165-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:28:21.006Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:28:21.007Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T08:28:21.007Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8c09c6aa-93f9-4d96-bd7c-9f9aec8e1fbc, URL: /sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar to file: /app/ASDC/1/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:21.026Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:21.027Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:21.027Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:21.151Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8070182891175000829/Definitions/service-DemoPnf4hy70ls1fjioaichvw73-template.yml
2021-09-29T08:28:21.993Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T08:28:21.994Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T08:28:21.994Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:21.994Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-29T08:28:21.994Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||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-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:21.994Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:21.994Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a4c3a363-6d2b 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-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:21.995Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||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-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:21.995Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:21.995Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:21.995Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:21.995Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T08:28:21.995Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:28:21.995Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4HY70LS1FJiOaICHvW73 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:28:21.995Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Node template pNF a4c3a363-6d2b 0 is matching search criteria
2021-09-29T08:28:21.996Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T08:28:21.996Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF a4c3a363-6d2b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:28:21.996Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:28:21.996Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4HY70LS1FJiOaICHvW73 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:28:21.996Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Node template pNF a4c3a363-6d2b 0 is matching search criteria
2021-09-29T08:28:21.996Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T08:28:21.996Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF a4c3a363-6d2b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:28:21.997Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:28:21.997Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4HY70LS1FJiOaICHvW73 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:28:21.997Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:28:21.997Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4HY70LS1FJiOaICHvW73 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:28:21.997Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:28:21.997Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4HY70LS1FJiOaICHvW73 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:28:21.997Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:28:21.997Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4HY70LS1FJiOaICHvW73 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:28:21.998Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:28:21.998Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4HY70LS1FJiOaICHvW73 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:28:21.998Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4HY70LS1FJiOaICHvW73
Description:catalog service description
Model UUID:90e89cf9-79a8-465b-8a70-47850dd3291d
Model Version:NULL
Model InvariantUuid:ccaa4d7a-2111-44a7-b4f3-afe4aa2c1171
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-09-29T08:28:22.005Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: d3d46422-c156-4cad-b9c9-cf733a7b051f
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-09-29T08:28:22.007Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||pNF a4c3a363-6d2b 0
2021-09-29T08:28:22.007Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d3d46422-c156-4cad-b9c9-cf733a7b051f
2021-09-29T08:28:22.007Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 90e89cf9-79a8-465b-8a70-47850dd3291d
2021-09-29T08:28:22.007Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 90e89cf9-79a8-465b-8a70-47850dd3291d
2021-09-29T08:28:22.008Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a4c3a363-6d2b 0 d3d46422-c156-4cad-b9c9-cf733a7b051f 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-09-29T08:28:22.012Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27abd8ad, org.onap.sdc.toscaparser.api.parameters.Input@bab84df, org.onap.sdc.toscaparser.api.parameters.Input@71c2aa7, org.onap.sdc.toscaparser.api.parameters.Input@67fa013d, org.onap.sdc.toscaparser.api.parameters.Input@1eedd3df]
2021-09-29T08:28:22.012Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:28:22.012Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4HY70LS1FJiOaICHvW73 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:28:22.012Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 90e89cf9-79a8-465b-8a70-47850dd3291d: pNF a4c3a363-6d2b
2021-09-29T08:28:22.012Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Processing PNF resource: d3d46422-c156-4cad-b9c9-cf733a7b051f
2021-09-29T08:28:22.013Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:28:22.013Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4HY70LS1FJiOaICHvW73 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:28:22.013Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Resource customization UUID: cf706284-bdc1-49c5-b9d5-000de1485031 is the same as notified resource customizationUUID: cf706284-bdc1-49c5-b9d5-000de1485031
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-09-29T08:28:22.046Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a4c3a363-6d2b d3d46422-c156-4cad-b9c9-cf733a7b051f 0 ASDC deployResourceStructure
2021-09-29T08:28:22.046Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar ASDC sendASDCNotification
2021-09-29T08:28:22.047Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar
2021-09-29T08:28:22.047Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T08:28:22.047Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:28:22.049Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:28:22.050Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904102046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:28:22.149Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:28:22.150Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:28:22.150Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:22.170Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:22.170Z||pool-166-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:28:23.050Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:28:23.060Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:28:23.063Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:28:23.063Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T08:28:23.063Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T08:28:23.064Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T08:28:23.064Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:28:23.064Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:28:23.064Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:28:23.064Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:28:23.064Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:28:23.064Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:28:23.065Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:28:23.065Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T08:28:23.071Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T08:28:53.071Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2 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-09-29T08:28:53.077Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2 and serviceModelVersionId: 90e89cf9-79a8-465b-8a70-47850dd3291d
2021-09-29T08:28:53.078Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccaa4d7a-2111-44a7-b4f3-afe4aa2c1171
2021-09-29T08:28:53.078Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccaa4d7a-2111-44a7-b4f3-afe4aa2c1171/model-vers/model-ver/90e89cf9-79a8-465b-8a70-47850dd3291d?depth=0
2021-09-29T08:28:53.082Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T08:28:53.112Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ccaa4d7a-2111-44a7-b4f3-afe4aa2c1171/model-vers/model-ver/90e89cf9-79a8-465b-8a70-47850dd3291d?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-09-29T08:28:53.113Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ccaa4d7a-2111-44a7-b4f3-afe4aa2c1171/model-vers/model-ver/90e89cf9-79a8-465b-8a70-47850dd3291d?depth=0|INFO|500||Invoke
2021-09-29T08:28:53.129Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ccaa4d7a-2111-44a7-b4f3-afe4aa2c1171/model-vers/model-ver/90e89cf9-79a8-465b-8a70-47850dd3291d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T08:28:53.251Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ccaa4d7a-2111-44a7-b4f3-afe4aa2c1171/model-vers/model-ver/90e89cf9-79a8-465b-8a70-47850dd3291d?depth=0|INFO|500||InvokeReturn
2021-09-29T08:28:53.251Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ccaa4d7a-2111-44a7-b4f3-afe4aa2c1171/model-vers/model-ver/90e89cf9-79a8-465b-8a70-47850dd3291d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210929-08:28:53:135-70809], vertex-id=[241720], Content-Length=[0], Date=[Wed, 29 Sep 2021 08:28:53 GMT], Content-Type=[application/json]}
2021-09-29T08:28:53.251Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-29T08:28:53.251Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T08:28:53.251Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||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-09-29T08:28:53.257Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T08:28:53.257Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T08:28:53.257Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T08:28:53.257Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:28:53.260Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:28:53.260Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904133257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:28:53.360Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:28:53.361Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:28:53.361Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:28:53.378Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:28:53.378Z||pool-167-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T08:28:54.270Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:28:54.271Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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-09-29T08:28:54.271Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:29:03.828Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:29:03.828Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:29:03.829Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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-09-29T08:29:03.829Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:29:13.368Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:29:13.368Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:29:13.369Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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-09-29T08:29:13.369Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:29:18.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:29:18.888Z||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-09-29T08:29:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:29:18.915Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:29:18.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T08:29:18.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60a1ba37-5dae-4ee0-b1e1-24bb4efa8e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904083386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:29:18.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:29:18.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T08:29:18.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:29:18.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:29:18.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T08:29:18.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:29:18.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:29:18.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T08:29:18.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:29:18.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:29:18.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T08:29:18.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:29:18.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:29:18.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T08:29:18.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:29:18.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:29:18.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T08:29:18.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/resourceInstances/pnfa4c3a3636d2b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:29:18.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:29:18.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T08:29:18.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:29:18.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:29:18.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T08:29:18.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904084412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:29:18.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:29:22.905Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:29:22.907Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:29:22.908Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:29:22.909Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:29:32.453Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:30:18.882Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:30:18.884Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:30:18.884Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:30:18.885Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:30:18.887Z|f93c3fbf-e565-41ac-877d-04b41b96035a|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-09-29T08:30:18.887Z|f93c3fbf-e565-41ac-877d-04b41b96035a|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:30:19.407Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:30:19.408Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T08:30:19.408Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904100003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:30:19.409Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:30:19.409Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T08:30:19.409Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904102046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4hy70ls1fjioaichvw73/1.0/artifacts/service-DemoPnf4hy70ls1fjioaichvw73-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:30:19.409Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:30:19.409Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T08:30:19.409Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904133257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:30:19.410Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:30:28.434Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:31:18.884Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:31:18.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:31:18.888Z||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-09-29T08:31:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:31:18.888Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:31:18.888Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:31:28.445Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:31:28.464Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:32:18.884Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:32:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:32:18.891Z||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-09-29T08:32:18.891Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:32:18.891Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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-09-29T08:32:18.891Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:32:28.451Z|2d28c10d-e7e8-4bee-b7db-d38148f10928|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:32:28.451Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:18.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:33:18.883Z||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-09-29T08:33:18.884Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:33:18.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:33:18.886Z||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-09-29T08:33:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:33:19.259Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:19.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "cds",
  "timestamp": 1632904380880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904379968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "dcae-sch",
  "timestamp": 1632904376099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904379968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "cds",
  "timestamp": 1632904380880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "dcae-sch",
  "timestamp": 1632904376099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904379968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "cds",
  "timestamp": 1632904380880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "dcae-sch",
  "timestamp": 1632904376099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904379968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "cds",
  "timestamp": 1632904380880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "dcae-sch",
  "timestamp": 1632904376099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904379968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "cds",
  "timestamp": 1632904380880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "dcae-sch",
  "timestamp": 1632904376099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904389554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "cds",
  "timestamp": 1632904380880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904379968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "dcae-sch",
  "timestamp": 1632904376099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904389554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904379968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "cds",
  "timestamp": 1632904380880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "dcae-sch",
  "timestamp": 1632904376099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904389554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "cds",
  "timestamp": 1632904380880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904379968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "dcae-sch",
  "timestamp": 1632904376099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "policy-id",
  "timestamp": 1632904392443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904389554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "cds",
  "timestamp": 1632904393965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904393968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:33:19.271Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:33:19.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "policy-id",
  "timestamp": 1632904392443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904389554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904394105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "cds",
  "timestamp": 1632904394971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-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-09-29T08:33:19.293Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e41e49b0-ea40-4d2c-85dc-e6b33f9da819
2021-09-29T08:33:19.293Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e41e49b0-ea40-4d2c-85dc-e6b33f9da819 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-09-29T08:33:19.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904394985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T08:33:19.301Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:33:19.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "policy-id",
  "timestamp": 1632904392443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904389554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904394105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904395988,
  "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-09-29T08:33:19.308Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e41e49b0-ea40-4d2c-85dc-e6b33f9da819
2021-09-29T08:33:19.308Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e41e49b0-ea40-4d2c-85dc-e6b33f9da819 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-09-29T08:33:19.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "policy-id",
  "timestamp": 1632904392443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904389554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904394105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "policy-id",
  "timestamp": 1632904392443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904389554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:33:19.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904394105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "policy-id",
  "timestamp": 1632904392443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904394105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:33:19.512Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:19.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T08:33:19.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e41e49b0-ea40-4d2c-85dc-e6b33f9da819","serviceName":"Demo_pNF_NMrXcAruyUrtvEW79fvO","serviceVersion":"1.0","serviceUUID":"ee0cbf66-7dd4-4875-9807-b1da1b912a23","serviceDescription":"catalog service description","serviceInvariantUUID":"ae50a684-925c-49e2-88fd-fa4973460746","resources":[{"resourceInstanceName":"pNF 4ca166ca-edec 0","resourceName":"pNF 4ca166ca-edec","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ca3c2390-cd71-43a3-bcc8-1f56d9e566a8","resourceInvariantUUID":"75019e43-8520-4d88-b655-5de77118573c","resourceCustomizationUUID":"28988828-4cc7-4477-900b-4147eb346c05","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vf-license-model.xml","artifactChecksum":"ZmM5YjRiYjI1MDdhM2QxYjUxOGY2NDI2YTc4ZmQ0NGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c9796f7-b606-4ef4-93e7-9b4c3a5d69fb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/pNF.csar","artifactChecksum":"NmQ5MDU2MDY3MjBjMTRiOGE1ZDAwYjYyMmE4M2UzYmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98168e59-5857-4b5e-93ff-4001040a7247","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"77bf268e-57f4-413c-9a33-678358e3e818","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vendor-license-model.xml","artifactChecksum":"NDYxZjFhODZlOGYwOTM3NDVlODU4ZWUzYTE4MjMyODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"086ef5f1-1055-4f46-8cf4-1519f20074f0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"032d3959-01c4-46da-942b-459c696da55d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b160efea-d608-42c3-bf63-946e24ce4cff","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNmrxcaruyurtvew79fvo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-template.yml","artifactChecksum":"MjYzNzhhZWVjY2RlZTRlMzBmNDc0MDUwOWQ0YjQwNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7d06cad5-3ca9-48e7-929f-d9bdfa556d4b","artifactVersion":"1"},{"artifactName":"service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar","artifactChecksum":"YzU1ZmQ0M2VhZmZjN2Y4NzEwZGMzMjA5MTQyMDdkNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7af7780-e803-4a31-897d-eb28d74115fd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T08:33:19.515Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:33:19.516Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:33:19.519Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:33:19.519Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:19.619Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:33:19.620Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:33:19.620Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:33:19.630Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:19.630Z||pool-168-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:33:20.520Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:33:20.521Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:33:20.524Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:33:20.524Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:20.624Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:33:20.625Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:33:20.626Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:33:20.635Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:20.636Z||pool-169-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:33:21.525Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:33:21.526Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:33:21.528Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:33:21.528Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:21.628Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:33:21.629Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:33:21.629Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:33:21.638Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:21.638Z||pool-170-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:33:22.529Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:33:22.530Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:33:22.532Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:33:22.532Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:22.632Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:33:22.633Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:33:22.633Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:33:22.644Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:22.645Z||pool-171-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:33:23.533Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:33:23.533Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:33:23.536Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:33:23.536Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:23.636Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:33:23.637Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:33:23.637Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:33:23.645Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:23.646Z||pool-172-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:33:24.537Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:33:24.539Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:33:24.542Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:33:24.542Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:24.642Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:33:24.644Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:33:24.644Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:33:24.654Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:24.655Z||pool-173-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:33:25.543Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:33:25.544Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:33:25.547Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:33:25.547Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:33:25.647Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:33:25.648Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:33:25.648Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:33:25.658Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:25.658Z||pool-174-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:33:26.548Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:33:26.549Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:33:26.551Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:33:26.552Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:33:26.652Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:33:26.653Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:33:26.653Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:33:26.662Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:26.663Z||pool-175-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:33:27.553Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "serviceName": "Demo_pNF_NMrXcAruyUrtvEW79fvO",
  "serviceVersion": "1.0",
  "serviceUUID": "ee0cbf66-7dd4-4875-9807-b1da1b912a23",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ae50a684-925c-49e2-88fd-fa4973460746",
  "resources": [
    {
      "resourceInstanceName": "pNF 4ca166ca-edec 0",
      "resourceCustomizationUUID": "28988828-4cc7-4477-900b-4147eb346c05",
      "resourceName": "pNF 4ca166ca-edec",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ca3c2390-cd71-43a3-bcc8-1f56d9e566a8",
      "resourceInvariantUUID": "75019e43-8520-4d88-b655-5de77118573c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
      "artifactChecksum": "YzU1ZmQ0M2VhZmZjN2Y4NzEwZGMzMjA5MTQyMDdkNjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7af7780-e803-4a31-897d-eb28d74115fd"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T08:33:27.554Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T08:33:27.554Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ee0cbf66-7dd4-4875-9807-b1da1b912a23 ASDC
2021-09-29T08:33:27.556Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e41e49b0-ea40-4d2c-85dc-e6b33f9da819
ServiceName:Demo_pNF_NMrXcAruyUrtvEW79fvO
ServiceVersion:1.0
ServiceUUID:ee0cbf66-7dd4-4875-9807-b1da1b912a23
ServiceInvariantUUID:ae50a684-925c-49e2-88fd-fa4973460746
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
ArtifactUUID:e7af7780-e803-4a31-897d-eb28d74115fd
ArtifactChecksum:YzU1ZmQ0M2VhZmZjN2Y4NzEwZGMzMjA5MTQyMDdkNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4ca166ca-edec 0
ResourceCustomizationUUID:28988828-4cc7-4477-900b-4147eb346c05
ResourceInvariantUUID:75019e43-8520-4d88-b655-5de77118573c
ResourceName:pNF 4ca166ca-edec
ResourceType:PNF
ResourceUUID:ca3c2390-cd71-43a3-bcc8-1f56d9e566a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-29T08:33:27.557Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee0cbf66-7dd4-4875-9807-b1da1b912a23 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-09-29T08:33:27.600Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:33:27.601Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-29T08:33:27.601Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-29T08:33:27.602Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e7af7780-e803-4a31-897d-eb28d74115fd from URL: /sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:27.602Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-29T08:33:27.602Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:28.905Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-29T08:33:28.910Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar e7af7780-e803-4a31-897d-eb28d74115fd 82533
2021-09-29T08:33:28.911Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar ASDC sendASDCNotification
2021-09-29T08:33:28.911Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:28.912Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T08:33:28.913Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:33:28.917Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:33:28.918Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904408911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:33:29.018Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:33:29.019Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:33:29.019Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:33:29.030Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:29.030Z||pool-176-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:33:29.918Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:33:29.922Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-29T08:33:29.923Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e7af7780-e803-4a31-897d-eb28d74115fd, URL: /sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar to file: /app/ASDC/1/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:29.923Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:29.924Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:29.925Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:30.087Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15985015101451097108/Definitions/service-DemoPnfNmrxcaruyurtvew79fvo-template.yml
2021-09-29T08:33:31.008Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T08:33:31.009Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-29T08:33:31.009Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:31.010Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-29T08:33:31.010Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:31.010Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:31.010Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:31.010Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:31.010Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4ca166ca-edec 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-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:31.011Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:31.011Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:31.011Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-29T08:33:31.011Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:33:31.012Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NMrXcAruyUrtvEW79fvO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:33:31.013Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Node template pNF 4ca166ca-edec 0 is matching search criteria
2021-09-29T08:33:31.013Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-29T08:33:31.013Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 4ca166ca-edec 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:33:31.014Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:33:31.014Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NMrXcAruyUrtvEW79fvO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:33:31.014Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Node template pNF 4ca166ca-edec 0 is matching search criteria
2021-09-29T08:33:31.014Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-29T08:33:31.015Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 4ca166ca-edec 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:33:31.015Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:33:31.015Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NMrXcAruyUrtvEW79fvO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:33:31.015Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:33:31.016Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NMrXcAruyUrtvEW79fvO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:33:31.016Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:33:31.016Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NMrXcAruyUrtvEW79fvO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:33:31.016Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:33:31.016Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NMrXcAruyUrtvEW79fvO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:33:31.017Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:33:31.017Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NMrXcAruyUrtvEW79fvO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:33:31.017Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_NMrXcAruyUrtvEW79fvO
Description:catalog service description
Model UUID:ee0cbf66-7dd4-4875-9807-b1da1b912a23
Model Version:NULL
Model InvariantUuid:ae50a684-925c-49e2-88fd-fa4973460746
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-09-29T08:33:31.027Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: ca3c2390-cd71-43a3-bcc8-1f56d9e566a8
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-09-29T08:33:31.033Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||pNF 4ca166ca-edec 0
2021-09-29T08:33:31.034Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ca3c2390-cd71-43a3-bcc8-1f56d9e566a8
2021-09-29T08:33:31.034Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||No resources found for Service: ee0cbf66-7dd4-4875-9807-b1da1b912a23
2021-09-29T08:33:31.034Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ee0cbf66-7dd4-4875-9807-b1da1b912a23
2021-09-29T08:33:31.035Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4ca166ca-edec 0 ca3c2390-cd71-43a3-bcc8-1f56d9e566a8 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-09-29T08:33:31.039Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@196f7490, org.onap.sdc.toscaparser.api.parameters.Input@243e5879, org.onap.sdc.toscaparser.api.parameters.Input@2056b5ae, org.onap.sdc.toscaparser.api.parameters.Input@226287df, org.onap.sdc.toscaparser.api.parameters.Input@40cbacf7]
2021-09-29T08:33:31.040Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:33:31.040Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NMrXcAruyUrtvEW79fvO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:33:31.041Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ee0cbf66-7dd4-4875-9807-b1da1b912a23: pNF 4ca166ca-edec
2021-09-29T08:33:31.041Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||Processing PNF resource: ca3c2390-cd71-43a3-bcc8-1f56d9e566a8
2021-09-29T08:33:31.041Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:33:31.041Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NMrXcAruyUrtvEW79fvO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:33:31.044Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||Resource customization UUID: 28988828-4cc7-4477-900b-4147eb346c05 is the same as notified resource customizationUUID: 28988828-4cc7-4477-900b-4147eb346c05
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-09-29T08:33:31.087Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4ca166ca-edec ca3c2390-cd71-43a3-bcc8-1f56d9e566a8 0 ASDC deployResourceStructure
2021-09-29T08:33:31.087Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar ASDC sendASDCNotification
2021-09-29T08:33:31.087Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar
2021-09-29T08:33:31.087Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T08:33:31.088Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:33:31.090Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:33:31.090Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904411087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:33:31.190Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:33:31.191Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:33:31.191Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:33:31.200Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:33:31.201Z||pool-177-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:33:32.092Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:33:32.101Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:33:32.103Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:33:32.103Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:33:32.103Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:34:02.104Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:34:02.115Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:34:02.117Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:34:02.117Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:34:02.117Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:34:18.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:34:18.886Z||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-09-29T08:34:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:34:18.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:34:18.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:34:18.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "policy-id",
  "timestamp": 1632904392443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:34:18.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:34:32.117Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:34:32.127Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:34:32.128Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:34:32.128Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:34:32.129Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:35:02.129Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:35:02.150Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:35:02.152Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:35:02.152Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:35:02.152Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:35:18.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:35:18.887Z||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-09-29T08:35:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:35:18.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:35:18.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:35:18.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:35:18.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:35:32.152Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:35:32.163Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:35:32.164Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:35:32.165Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:35:32.165Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:36:02.165Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:36:02.179Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:36:02.181Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:36:02.181Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:36:02.181Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:36:18.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:36:18.890Z||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-09-29T08:36:18.891Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:36:19.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:36:19.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904394105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "policy-id",
  "timestamp": 1632904392443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:36:19.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "clamp",
  "timestamp": 1632904399811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904394105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "clamp",
  "timestamp": 1632904399811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904394105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:36:19.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "clamp",
  "timestamp": 1632904399811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "policy-id",
  "timestamp": 1632904402998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:36:19.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:36:19.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "clamp",
  "timestamp": 1632904399811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "policy-id",
  "timestamp": 1632904404005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:36:19.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:36:19.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "clamp",
  "timestamp": 1632904399811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904404883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:36:19.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:36:19.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "policy-id",
  "timestamp": 1632904405009,
  "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-09-29T08:36:19.441Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e41e49b0-ea40-4d2c-85dc-e6b33f9da819
2021-09-29T08:36:19.441Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e41e49b0-ea40-4d2c-85dc-e6b33f9da819 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-09-29T08:36:19.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "clamp",
  "timestamp": 1632904399811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "aai-ml",
  "timestamp": 1632904405157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "clamp",
  "timestamp": 1632904399811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904398882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:36:19.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904406732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:36:19.457Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:36:19.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "aai-ml",
  "timestamp": 1632904405157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "clamp",
  "timestamp": 1632904399811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:36:19.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904407742,
  "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-09-29T08:36:19.462Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e41e49b0-ea40-4d2c-85dc-e6b33f9da819
2021-09-29T08:36:19.462Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e41e49b0-ea40-4d2c-85dc-e6b33f9da819 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-09-29T08:36:19.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "aai-ml",
  "timestamp": 1632904405157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "aai-ml",
  "timestamp": 1632904405157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904408911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:36:19.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:36:19.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "aai-ml",
  "timestamp": 1632904405157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "aai-ml",
  "timestamp": 1632904405157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/resourceInstances/pnf4ca166caedec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904411087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:36:19.475Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:36:19.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "aai-ml",
  "timestamp": 1632904405157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:36:19.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "aai-ml",
  "timestamp": 1632904405157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:36:19.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:36:19.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "aai-ml",
  "timestamp": 1632904414050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:36:19.477Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:36:19.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "aai-ml",
  "timestamp": 1632904422597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:36:19.477Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:36:19.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "aai-ml",
  "timestamp": 1632904423601,
  "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-09-29T08:36:19.482Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e41e49b0-ea40-4d2c-85dc-e6b33f9da819
2021-09-29T08:36:19.482Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e41e49b0-ea40-4d2c-85dc-e6b33f9da819 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-09-29T08:36:19.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "clamp",
  "timestamp": 1632904424565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:36:19.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:36:19.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "clamp",
  "timestamp": 1632904425587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmrxcaruyurtvew79fvo/1.0/artifacts/service-DemoPnfNmrxcaruyurtvew79fvo-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:36:19.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:36:19.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:36:19.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "clamp",
  "timestamp": 1632904426596,
  "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-09-29T08:36:19.493Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e41e49b0-ea40-4d2c-85dc-e6b33f9da819
2021-09-29T08:36:19.494Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e41e49b0-ea40-4d2c-85dc-e6b33f9da819 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-09-29T08:36:32.181Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:36:32.196Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:36:32.199Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:36:32.199Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T08:36:32.199Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T08:36:32.199Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T08:36:32.199Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:36:32.199Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:36:32.200Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:36:32.200Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:36:32.200Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:36:32.200Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:36:32.200Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:36:32.200Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-09-29T08:36:32.205Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T08:37:02.206Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819 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-09-29T08:37:02.212Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e41e49b0-ea40-4d2c-85dc-e6b33f9da819 and serviceModelVersionId: ee0cbf66-7dd4-4875-9807-b1da1b912a23
2021-09-29T08:37:02.212Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae50a684-925c-49e2-88fd-fa4973460746
2021-09-29T08:37:02.214Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae50a684-925c-49e2-88fd-fa4973460746/model-vers/model-ver/ee0cbf66-7dd4-4875-9807-b1da1b912a23?depth=0
2021-09-29T08:37:02.220Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T08:37:02.260Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae50a684-925c-49e2-88fd-fa4973460746/model-vers/model-ver/ee0cbf66-7dd4-4875-9807-b1da1b912a23?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-09-29T08:37:02.261Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae50a684-925c-49e2-88fd-fa4973460746/model-vers/model-ver/ee0cbf66-7dd4-4875-9807-b1da1b912a23?depth=0|INFO|500||Invoke
2021-09-29T08:37:02.282Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae50a684-925c-49e2-88fd-fa4973460746/model-vers/model-ver/ee0cbf66-7dd4-4875-9807-b1da1b912a23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T08:37:02.803Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae50a684-925c-49e2-88fd-fa4973460746/model-vers/model-ver/ee0cbf66-7dd4-4875-9807-b1da1b912a23?depth=0|INFO|500||InvokeReturn
2021-09-29T08:37:02.803Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae50a684-925c-49e2-88fd-fa4973460746/model-vers/model-ver/ee0cbf66-7dd4-4875-9807-b1da1b912a23?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-08:37:02:289-52104], vertex-id=[258168], Content-Length=[0], Date=[Wed, 29 Sep 2021 08:37:02 GMT], Content-Type=[application/json]}
2021-09-29T08:37:02.804Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-09-29T08:37:02.804Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T08:37:02.804Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-09-29T08:37:02.818Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-09-29T08:37:02.818Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e41e49b0-ea40-4d2c-85dc-e6b33f9da819 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T08:37:02.819Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T08:37:02.819Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:37:02.824Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:37:02.824Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904622819,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:37:02.922Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-29T08:37:02.923Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:37:02.923Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:37:02.935Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:37:02.935Z||pool-178-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-09-29T08:37:03.835Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:37:03.836Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-09-29T08:37:03.836Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:37:14.083Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:37:14.084Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:37:14.084Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-09-29T08:37:14.085Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:37:18.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:37:18.886Z||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-09-29T08:37:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:37:19.512Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:37:19.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-29T08:37:19.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e41e49b0-ea40-4d2c-85dc-e6b33f9da819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904622819,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:37:19.513Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:37:23.636Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:37:23.638Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:37:23.638Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-09-29T08:37:23.638Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:37:33.190Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:37:33.192Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:37:33.195Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-09-29T08:37:33.195Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:37:42.762Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:38:18.882Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:38:18.883Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-09-29T08:38:18.883Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:38:18.885Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:38:18.886Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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-09-29T08:38:18.886Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:38:28.461Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:38:28.463Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:39:18.884Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:39:18.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:39:18.888Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-09-29T08:39:18.888Z||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-09-29T08:39:18.888Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:39:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:39:28.447Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:39:28.448Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:18.882Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:40:18.883Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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-09-29T08:40:18.883Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:40:18.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:40:18.886Z||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-09-29T08:40:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:40:21.032Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:21.033Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T08:40:21.033Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"05a0152d-1422-4a2a-8d2a-6dc993bf26be","serviceName":"Demo_pNF_UxGDoatuZS1bDzqyCqQH","serviceVersion":"1.0","serviceUUID":"f8b5d975-1e15-4e05-94f6-0b7d506e73c2","serviceDescription":"catalog service description","serviceInvariantUUID":"a77d21dd-c2df-4201-9d17-63bf8ebd7617","resources":[{"resourceInstanceName":"pNF bab856b8-c2fe 0","resourceName":"pNF bab856b8-c2fe","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5da2de23-b510-4b18-bb9c-08fd3c6b05e3","resourceInvariantUUID":"e7ea7bd0-a4b1-4ad7-a96b-2f15a3a5e35d","resourceCustomizationUUID":"02435ca9-6137-4428-9913-8ad7480364e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vf-license-model.xml","artifactChecksum":"MWZmYTFkYzQ4YjEzOTI2Y2Y5MDg1YmY1YmZlZTgyNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3af413c0-0d8f-4d1e-b4fe-d88c7fb24ffb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/pNF.csar","artifactChecksum":"NmQ5MDU2MDY3MjBjMTRiOGE1ZDAwYjYyMmE4M2UzYmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ec873ae-d8d7-400c-8c45-cd69a8aee695","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53b17619-4d2f-4a97-9be8-689f5cbe3699","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vendor-license-model.xml","artifactChecksum":"MzEwNjEwZDRiZTAxNzFhYTk2YzE5OTlkOTNlYTJkMDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a9034507-e07f-4684-9aa5-c413edd8212b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0d7bd1d-89cb-44a1-b4d8-12f3d58a57b9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34d7a093-cd87-457a-a832-e28e87c92040","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml","artifactChecksum":"OTY5NTJlM2Q1MTY2MzRiMDMwMzhkZWVkYjcyMTY3ZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6069367e-4e0f-4a4e-aa5a-11aabd996914","artifactVersion":"1"},{"artifactName":"service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar","artifactChecksum":"ZDIyZjA5NmMwYTMxMDZkODVkNzc1YWEwNTM4Njk5NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57739cd6-aeda-447f-9ab4-84e6f3bb2d94","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T08:40:21.036Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:40:21.036Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:40:21.040Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:40:21.040Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:40:21.140Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:40:21.141Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:40:21.141Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:40:21.152Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:21.153Z||pool-179-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:40:21.287Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:21.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:40:21.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:40:21.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:40:22.041Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:40:22.041Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:40:22.043Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:40:22.043Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:40:22.145Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T08:40:22.145Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:40:22.146Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:40:22.156Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:22.156Z||pool-180-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:40:23.044Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:40:23.045Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:40:23.046Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:40:23.047Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:40:23.151Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-29T08:40:23.152Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:40:23.152Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:40:23.166Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:23.166Z||pool-181-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:40:24.047Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:40:24.048Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:40:24.052Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:40:24.053Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:40:24.151Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-29T08:40:24.152Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:40:24.152Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:40:24.216Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:24.218Z||pool-182-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:40:25.053Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:40:25.054Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:40:25.057Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:40:25.057Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:40:25.157Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:40:25.158Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:40:25.158Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:40:25.167Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:25.167Z||pool-183-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:40:26.058Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:40:26.058Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:40:26.060Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:40:26.060Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:40:26.163Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-29T08:40:26.164Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:40:26.164Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:40:26.206Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:26.206Z||pool-184-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:40:27.061Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:40:27.063Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:40:27.065Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:40:27.065Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:40:27.165Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:40:27.166Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:40:27.166Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:40:27.180Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:27.180Z||pool-185-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:40:28.066Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:40:28.068Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:40:28.076Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:40:28.077Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:40:28.177Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:40:28.178Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:40:28.178Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:40:28.186Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:28.187Z||pool-186-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:40:29.078Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "serviceName": "Demo_pNF_UxGDoatuZS1bDzqyCqQH",
  "serviceVersion": "1.0",
  "serviceUUID": "f8b5d975-1e15-4e05-94f6-0b7d506e73c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a77d21dd-c2df-4201-9d17-63bf8ebd7617",
  "resources": [
    {
      "resourceInstanceName": "pNF bab856b8-c2fe 0",
      "resourceCustomizationUUID": "02435ca9-6137-4428-9913-8ad7480364e8",
      "resourceName": "pNF bab856b8-c2fe",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5da2de23-b510-4b18-bb9c-08fd3c6b05e3",
      "resourceInvariantUUID": "e7ea7bd0-a4b1-4ad7-a96b-2f15a3a5e35d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
      "artifactChecksum": "ZDIyZjA5NmMwYTMxMDZkODVkNzc1YWEwNTM4Njk5NTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57739cd6-aeda-447f-9ab4-84e6f3bb2d94"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T08:40:29.079Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T08:40:29.079Z|e41e49b0-ea40-4d2c-85dc-e6b33f9da819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f8b5d975-1e15-4e05-94f6-0b7d506e73c2 ASDC
2021-09-29T08:40:29.080Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:05a0152d-1422-4a2a-8d2a-6dc993bf26be
ServiceName:Demo_pNF_UxGDoatuZS1bDzqyCqQH
ServiceVersion:1.0
ServiceUUID:f8b5d975-1e15-4e05-94f6-0b7d506e73c2
ServiceInvariantUUID:a77d21dd-c2df-4201-9d17-63bf8ebd7617
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
ArtifactUUID:57739cd6-aeda-447f-9ab4-84e6f3bb2d94
ArtifactChecksum:ZDIyZjA5NmMwYTMxMDZkODVkNzc1YWEwNTM4Njk5NTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bab856b8-c2fe 0
ResourceCustomizationUUID:02435ca9-6137-4428-9913-8ad7480364e8
ResourceInvariantUUID:e7ea7bd0-a4b1-4ad7-a96b-2f15a3a5e35d
ResourceName:pNF bab856b8-c2fe
ResourceType:PNF
ResourceUUID:5da2de23-b510-4b18-bb9c-08fd3c6b05e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-29T08:40:29.081Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f8b5d975-1e15-4e05-94f6-0b7d506e73c2 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-09-29T08:40:29.116Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:40:29.117Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-29T08:40:29.117Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-29T08:40:29.117Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 57739cd6-aeda-447f-9ab4-84e6f3bb2d94 from URL: /sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:29.117Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-29T08:40:29.117Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:29.786Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-29T08:40:29.790Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar 57739cd6-aeda-447f-9ab4-84e6f3bb2d94 82552
2021-09-29T08:40:29.790Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar ASDC sendASDCNotification
2021-09-29T08:40:29.790Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:29.791Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T08:40:29.791Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:40:29.794Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:40:29.794Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904829790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:40:29.894Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:40:29.895Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:40:29.895Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:40:29.906Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:29.906Z||pool-187-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:40:30.795Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:40:30.798Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-29T08:40:30.798Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 57739cd6-aeda-447f-9ab4-84e6f3bb2d94, URL: /sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar to file: /app/ASDC/1/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:30.798Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:30.799Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:30.799Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:30.917Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13005234134653964380/Definitions/service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml
2021-09-29T08:40:31.840Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T08:40:31.842Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-29T08:40:31.842Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:31.843Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-29T08:40:31.843Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:31.843Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bab856b8-c2fe 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-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:31.843Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:31.843Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:31.843Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:31.844Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:31.844Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:31.844Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-29T08:40:31.844Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:40:31.845Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UxGDoatuZS1bDzqyCqQH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:40:31.845Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Node template pNF bab856b8-c2fe 0 is matching search criteria
2021-09-29T08:40:31.845Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-29T08:40:31.846Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF bab856b8-c2fe 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:40:31.846Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:40:31.846Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UxGDoatuZS1bDzqyCqQH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:40:31.846Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Node template pNF bab856b8-c2fe 0 is matching search criteria
2021-09-29T08:40:31.847Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-29T08:40:31.847Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF bab856b8-c2fe 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:40:31.847Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:40:31.847Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UxGDoatuZS1bDzqyCqQH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:40:31.847Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:40:31.848Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UxGDoatuZS1bDzqyCqQH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:40:31.848Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:40:31.848Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UxGDoatuZS1bDzqyCqQH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:40:31.848Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:40:31.849Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UxGDoatuZS1bDzqyCqQH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:40:31.849Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:40:31.849Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UxGDoatuZS1bDzqyCqQH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:40:31.849Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UxGDoatuZS1bDzqyCqQH
Description:catalog service description
Model UUID:f8b5d975-1e15-4e05-94f6-0b7d506e73c2
Model Version:NULL
Model InvariantUuid:a77d21dd-c2df-4201-9d17-63bf8ebd7617
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-09-29T08:40:31.857Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5da2de23-b510-4b18-bb9c-08fd3c6b05e3
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-09-29T08:40:31.862Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||pNF bab856b8-c2fe 0
2021-09-29T08:40:31.862Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5da2de23-b510-4b18-bb9c-08fd3c6b05e3
2021-09-29T08:40:31.863Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f8b5d975-1e15-4e05-94f6-0b7d506e73c2
2021-09-29T08:40:31.863Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f8b5d975-1e15-4e05-94f6-0b7d506e73c2
2021-09-29T08:40:31.863Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bab856b8-c2fe 0 5da2de23-b510-4b18-bb9c-08fd3c6b05e3 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-09-29T08:40:31.867Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ce791b3, org.onap.sdc.toscaparser.api.parameters.Input@59bd2966, org.onap.sdc.toscaparser.api.parameters.Input@2a2f81ce, org.onap.sdc.toscaparser.api.parameters.Input@24d00b62, org.onap.sdc.toscaparser.api.parameters.Input@342a7c42]
2021-09-29T08:40:31.867Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:40:31.867Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UxGDoatuZS1bDzqyCqQH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:40:31.868Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f8b5d975-1e15-4e05-94f6-0b7d506e73c2: pNF bab856b8-c2fe
2021-09-29T08:40:31.868Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||Processing PNF resource: 5da2de23-b510-4b18-bb9c-08fd3c6b05e3
2021-09-29T08:40:31.868Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:40:31.868Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UxGDoatuZS1bDzqyCqQH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:40:31.868Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||Resource customization UUID: 02435ca9-6137-4428-9913-8ad7480364e8 is the same as notified resource customizationUUID: 02435ca9-6137-4428-9913-8ad7480364e8
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-09-29T08:40:31.907Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bab856b8-c2fe 5da2de23-b510-4b18-bb9c-08fd3c6b05e3 0 ASDC deployResourceStructure
2021-09-29T08:40:31.908Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar ASDC sendASDCNotification
2021-09-29T08:40:31.908Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar
2021-09-29T08:40:31.908Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T08:40:31.909Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:40:31.914Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:40:31.914Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904831908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:40:32.015Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:40:32.016Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:40:32.016Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:40:32.034Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:40:32.034Z||pool-188-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:40:32.917Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:40:32.928Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:40:32.930Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:40:32.930Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:40:32.930Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:41:02.931Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:41:02.948Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:41:02.949Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:41:02.949Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:41:02.950Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:41:18.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:41:18.886Z||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-09-29T08:41:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:41:18.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:41:18.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:41:18.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904819965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:41:18.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:41:32.950Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:41:32.958Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:41:32.960Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:41:32.960Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:41:32.961Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:42:02.961Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:42:02.974Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:42:02.976Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:42:02.976Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:42:02.976Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:42:18.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:42:18.894Z||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-09-29T08:42:18.894Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:42:18.925Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:42:18.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:42:18.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "dcae-sch",
  "timestamp": 1632904816091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:42:18.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:42:18.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:42:18.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "clamp",
  "timestamp": 1632904819811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:42:18.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:42:18.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:42:18.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904814103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:42:18.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:42:18.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:42:18.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "cds",
  "timestamp": 1632904815879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:42:18.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:42:18.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:42:18.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "policy-id",
  "timestamp": 1632904812443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:42:18.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:42:32.977Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:42:32.999Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:42:33.001Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:42:33.001Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:42:33.001Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:43:03.004Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:43:03.019Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:43:03.021Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:43:03.021Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:43:03.021Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:43:18.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:43:18.886Z||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-09-29T08:43:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:43:19.412Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:43:19.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904819965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "dcae-sch",
  "timestamp": 1632904816091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904814103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "clamp",
  "timestamp": 1632904819811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "cds",
  "timestamp": 1632904815879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "policy-id",
  "timestamp": 1632904812443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904819965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "dcae-sch",
  "timestamp": 1632904816091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "clamp",
  "timestamp": 1632904819811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "cds",
  "timestamp": 1632904815879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904814103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "policy-id",
  "timestamp": 1632904812443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "dcae-sch",
  "timestamp": 1632904816091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "cds",
  "timestamp": 1632904815879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904814103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904819965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "policy-id",
  "timestamp": 1632904812443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "clamp",
  "timestamp": 1632904819811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "dcae-sch",
  "timestamp": 1632904816091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904819965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "clamp",
  "timestamp": 1632904819811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "cds",
  "timestamp": 1632904815879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "policy-id",
  "timestamp": 1632904812443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904814103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "aai-ml",
  "timestamp": 1632904825157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "dcae-sch",
  "timestamp": 1632904816091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "clamp",
  "timestamp": 1632904819811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904814103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904819965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:43:19.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "policy-id",
  "timestamp": 1632904812443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "cds",
  "timestamp": 1632904815879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "aai-ml",
  "timestamp": 1632904825157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904819965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "clamp",
  "timestamp": 1632904819811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "dcae-sch",
  "timestamp": 1632904816091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "cds",
  "timestamp": 1632904815879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "policy-id",
  "timestamp": 1632904812443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904814103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "aai-ml",
  "timestamp": 1632904825157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904819965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904818882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:43:19.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "dcae-sch",
  "timestamp": 1632904816091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "clamp",
  "timestamp": 1632904819811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:43:19.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "cds",
  "timestamp": 1632904815879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:43:19.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "policy-id",
  "timestamp": 1632904812443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:43:19.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904814103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:43:19.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "aai-ml",
  "timestamp": 1632904825157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "policy-id",
  "timestamp": 1632904829692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:43:19.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904829777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:43:19.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904829796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:43:19.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "cds",
  "timestamp": 1632904829793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:43:19.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904829790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:43:19.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "aai-ml",
  "timestamp": 1632904825157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904829554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "policy-id",
  "timestamp": 1632904830698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:43:19.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904830793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T08:43:19.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "cds",
  "timestamp": 1632904830802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-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-09-29T08:43:19.451Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 05a0152d-1422-4a2a-8d2a-6dc993bf26be
2021-09-29T08:43:19.451Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a0152d-1422-4a2a-8d2a-6dc993bf26be 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-09-29T08:43:19.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "aai-ml",
  "timestamp": 1632904825157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904829554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "policy-id",
  "timestamp": 1632904831702,
  "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-09-29T08:43:19.468Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05a0152d-1422-4a2a-8d2a-6dc993bf26be
2021-09-29T08:43:19.468Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a0152d-1422-4a2a-8d2a-6dc993bf26be 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-09-29T08:43:19.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632904831796,
  "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-09-29T08:43:19.483Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 05a0152d-1422-4a2a-8d2a-6dc993bf26be
2021-09-29T08:43:19.483Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a0152d-1422-4a2a-8d2a-6dc993bf26be 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-09-29T08:43:19.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "aai-ml",
  "timestamp": 1632904825157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904831916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:43:19.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632904831908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:43:19.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904829554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "aai-ml",
  "timestamp": 1632904825157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:43:19.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632904832921,
  "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-09-29T08:43:19.497Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 05a0152d-1422-4a2a-8d2a-6dc993bf26be
2021-09-29T08:43:19.497Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a0152d-1422-4a2a-8d2a-6dc993bf26be 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-09-29T08:43:19.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904829554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "aai-ml",
  "timestamp": 1632904834018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:43:19.504Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904829554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "clamp",
  "timestamp": 1632904834645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:43:19.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904829554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/resourceInstances/pnfbab856b8c2fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904829554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:43:19.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "clamp",
  "timestamp": 1632904836652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:43:19.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632904829554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:43:19.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:43:19.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "clamp",
  "timestamp": 1632904837656,
  "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-09-29T08:43:19.511Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 05a0152d-1422-4a2a-8d2a-6dc993bf26be
2021-09-29T08:43:19.512Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a0152d-1422-4a2a-8d2a-6dc993bf26be 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-09-29T08:43:19.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "aai-ml",
  "timestamp": 1632904843078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxgdoatuzs1bdzqycqqh/1.0/artifacts/service-DemoPnfUxgdoatuzs1bdzqycqqh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:43:19.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:43:19.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-29T08:43:19.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "aai-ml",
  "timestamp": 1632904844087,
  "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-09-29T08:43:19.524Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 05a0152d-1422-4a2a-8d2a-6dc993bf26be
2021-09-29T08:43:19.524Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a0152d-1422-4a2a-8d2a-6dc993bf26be 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-09-29T08:43:33.023Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:43:33.057Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:43:33.060Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:43:33.061Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T08:43:33.061Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T08:43:33.061Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T08:43:33.062Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:43:33.062Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:43:33.062Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:43:33.063Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:43:33.063Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:43:33.063Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:43:33.064Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:43:33.064Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-09-29T08:43:33.072Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T08:44:03.072Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be 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-09-29T08:44:03.078Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 05a0152d-1422-4a2a-8d2a-6dc993bf26be and serviceModelVersionId: f8b5d975-1e15-4e05-94f6-0b7d506e73c2
2021-09-29T08:44:03.078Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a77d21dd-c2df-4201-9d17-63bf8ebd7617
2021-09-29T08:44:03.079Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a77d21dd-c2df-4201-9d17-63bf8ebd7617/model-vers/model-ver/f8b5d975-1e15-4e05-94f6-0b7d506e73c2?depth=0
2021-09-29T08:44:03.085Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T08:44:03.132Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a77d21dd-c2df-4201-9d17-63bf8ebd7617/model-vers/model-ver/f8b5d975-1e15-4e05-94f6-0b7d506e73c2?depth=0|INFO|500||Invoke
2021-09-29T08:44:03.133Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a77d21dd-c2df-4201-9d17-63bf8ebd7617/model-vers/model-ver/f8b5d975-1e15-4e05-94f6-0b7d506e73c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a77d21dd-c2df-4201-9d17-63bf8ebd7617/model-vers/model-ver/f8b5d975-1e15-4e05-94f6-0b7d506e73c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[05a0152d-1422-4a2a-8d2a-6dc993bf26be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a536892d-477b-45a2-baad-757bc86c0cdf], X-ECOMP-RequestID=[05a0152d-1422-4a2a-8d2a-6dc993bf26be], X-TransactionId=[], X-ONAP-RequestID=[05a0152d-1422-4a2a-8d2a-6dc993bf26be], Content-Type=[application/merge-patch+json]}
2021-09-29T08:44:03.157Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a77d21dd-c2df-4201-9d17-63bf8ebd7617/model-vers/model-ver/f8b5d975-1e15-4e05-94f6-0b7d506e73c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T08:44:03.572Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a77d21dd-c2df-4201-9d17-63bf8ebd7617/model-vers/model-ver/f8b5d975-1e15-4e05-94f6-0b7d506e73c2?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/a77d21dd-c2df-4201-9d17-63bf8ebd7617/model-vers/model-ver/f8b5d975-1e15-4e05-94f6-0b7d506e73c2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-08:44:03:166-39532], vertex-id=[532568], Content-Length=[0], Date=[Wed, 29 Sep 2021 08:44:03 GMT], Content-Type=[application/json]}
2021-09-29T08:44:03.573Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a77d21dd-c2df-4201-9d17-63bf8ebd7617/model-vers/model-ver/f8b5d975-1e15-4e05-94f6-0b7d506e73c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T08:44:03.574Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a77d21dd-c2df-4201-9d17-63bf8ebd7617/model-vers/model-ver/f8b5d975-1e15-4e05-94f6-0b7d506e73c2?depth=0|INFO|500||InvokeReturn
2021-09-29T08:44:03.575Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T08:44:03.575Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-09-29T08:44:03.585Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-09-29T08:44:03.586Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 05a0152d-1422-4a2a-8d2a-6dc993bf26be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T08:44:03.586Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T08:44:03.587Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:44:03.590Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:44:03.591Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905043586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:44:03.691Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:44:03.692Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:44:03.692Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:44:03.707Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:44:03.708Z||pool-189-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T08:44:04.603Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:44:04.604Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-09-29T08:44:04.604Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:44:14.821Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:44:14.822Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:44:14.822Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-09-29T08:44:14.822Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:44:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:44:18.886Z||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-09-29T08:44:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:44:19.510Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:44:19.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T08:44:19.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a0152d-1422-4a2a-8d2a-6dc993bf26be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905043586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T08:44:19.511Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:44:24.372Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:44:24.373Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:44:24.373Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-09-29T08:44:24.373Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:44:33.947Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:44:33.948Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:44:33.948Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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-09-29T08:44:33.949Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:44:43.505Z|05a0152d-1422-4a2a-8d2a-6dc993bf26be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:45:18.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:45:18.884Z||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-09-29T08:45:18.884Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:45:18.887Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:45:18.887Z|f93c3fbf-e565-41ac-877d-04b41b96035a|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-09-29T08:45:18.887Z|f93c3fbf-e565-41ac-877d-04b41b96035a|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:45:28.444Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:45:28.445Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:46:18.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:46:18.885Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:46:18.886Z||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-09-29T08:46:18.886Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:46:18.886Z|f93c3fbf-e565-41ac-877d-04b41b96035a|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-09-29T08:46:18.889Z|f93c3fbf-e565-41ac-877d-04b41b96035a|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:46:28.429Z|f93c3fbf-e565-41ac-877d-04b41b96035a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:46:28.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:47:18.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:47:18.887Z||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-09-29T08:47:18.888Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:47:18.884Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:47:18.890Z||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-09-29T08:47:18.890Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:47:28.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:47:28.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:18.884Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:48:18.886Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:48:18.887Z||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-09-29T08:48:18.887Z||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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:48:18.887Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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-09-29T08:48:18.888Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:48:19.183Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:19.184Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.184Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632905289554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.187Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.187Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.187Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "policy-id",
  "timestamp": 1632905292443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.187Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.187Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.187Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632905289554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.187Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.187Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.188Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "policy-id",
  "timestamp": 1632905292443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.188Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.188Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.188Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632905294105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.188Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.188Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.188Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632905289554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.188Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.188Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.188Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "policy-id",
  "timestamp": 1632905292443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.189Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.189Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.189Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632905294105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.189Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.189Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.189Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632905289554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.189Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.189Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.189Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "policy-id",
  "timestamp": 1632905292443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.189Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.190Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.190Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "cds",
  "timestamp": 1632905295880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.190Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.190Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.190Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "dcae-sch",
  "timestamp": 1632905296091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.190Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.190Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.190Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632905294105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.190Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.190Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.191Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632905289554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.191Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.191Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.191Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "policy-id",
  "timestamp": 1632905292443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.191Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.191Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.191Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "cds",
  "timestamp": 1632905295880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.191Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.191Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.191Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "dcae-sch",
  "timestamp": 1632905296091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.192Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.192Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.192Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632905294105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.192Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.192Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.192Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632905289554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.192Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.192Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.193Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "policy-id",
  "timestamp": 1632905292443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.193Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.193Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.193Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "cds",
  "timestamp": 1632905295880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.193Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.193Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.194Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "dcae-sch",
  "timestamp": 1632905296091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.194Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.194Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.194Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632905294105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.194Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:48:19.519Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:19.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T08:48:19.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e066127-24bc-4a2f-a103-d6666507fb32","serviceName":"Demo_pNF_eJTGrVsQDPJLn7HMGpR9","serviceVersion":"1.0","serviceUUID":"037482aa-1d4f-4556-a468-1e9baca48c9b","serviceDescription":"catalog service description","serviceInvariantUUID":"ef27b98a-54c3-4a89-8882-e21cef1494f9","resources":[{"resourceInstanceName":"pNF 74ac8775-d331 0","resourceName":"pNF 74ac8775-d331","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dea6a02c-4010-48a7-af84-378b557213cb","resourceInvariantUUID":"902ae633-bbf9-43de-90d5-6a686f057097","resourceCustomizationUUID":"c4ab186e-4c60-43ae-a391-3f93f17ff6d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vf-license-model.xml","artifactChecksum":"NGIxMjZjMzA2N2M5ZWYxNTQ0MmM2ZjNlNzM2ZjRiMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b02a661-0b19-4bdf-8818-eb74802d1006","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/pNF.csar","artifactChecksum":"NmQ5MDU2MDY3MjBjMTRiOGE1ZDAwYjYyMmE4M2UzYmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bd3fd8d3-5532-4a00-a0ef-410d97699944","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d00f588-5893-4d18-88cd-e94000be1c04","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ2MmUwYWY1MzFjYWMyYmY5ZDA5YmI5YWE1ZDFhMDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66c69a96-30ac-4f2f-886b-011fad43bd38","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43d4844a-4851-4b3b-b95a-6f850c12b9f1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0eb8df9e-b26d-43e2-b295-19b16abecfbc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml","artifactChecksum":"MThhZjdlNzZkNWNlMTUxZjRjNTk4ZDBkNTg3NTlmMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76b2bded-92ed-42d2-be3b-f470f4a5449b","artifactVersion":"1"},{"artifactName":"service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar","artifactChecksum":"ZGM3Y2QwYjFkN2E1MWZkYTFhMTI0YjkyZTYwNGVkZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"531e577e-f8fd-4c5c-b442-7e662118793a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T08:48:19.525Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:48:19.526Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:48:19.530Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:48:19.530Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:19.630Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:48:19.631Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:48:19.631Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:48:19.642Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:19.643Z||pool-190-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:48:20.531Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:48:20.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:48:20.536Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:48:20.536Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:20.634Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-29T08:48:20.635Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:48:20.635Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:48:20.649Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:20.649Z||pool-191-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:48:21.541Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:48:21.542Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:48:21.545Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:48:21.545Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:21.645Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:48:21.646Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:48:21.646Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:48:21.662Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:21.662Z||pool-192-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:48:22.546Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:48:22.547Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:48:22.549Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:48:22.549Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:22.649Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:48:22.650Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:48:22.650Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:48:22.660Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:22.661Z||pool-193-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:48:23.550Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:48:23.551Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:48:23.553Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:48:23.553Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:23.653Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:48:23.653Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:48:23.654Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:48:23.662Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:23.663Z||pool-194-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:48:24.553Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:48:24.554Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:48:24.557Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:48:24.557Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:24.657Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:48:24.658Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:48:24.658Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:48:24.673Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:24.673Z||pool-195-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:48:25.557Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:48:25.558Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:48:25.560Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:48:25.560Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:48:25.661Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:48:25.661Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:48:25.662Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:48:25.698Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:25.699Z||pool-196-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:48:26.561Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T08:48:26.561Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:48:26.563Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:48:26.563Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:48:26.664Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T08:48:26.665Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:48:26.666Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:48:26.674Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:26.675Z||pool-197-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:48:27.564Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "serviceName": "Demo_pNF_eJTGrVsQDPJLn7HMGpR9",
  "serviceVersion": "1.0",
  "serviceUUID": "037482aa-1d4f-4556-a468-1e9baca48c9b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ef27b98a-54c3-4a89-8882-e21cef1494f9",
  "resources": [
    {
      "resourceInstanceName": "pNF 74ac8775-d331 0",
      "resourceCustomizationUUID": "c4ab186e-4c60-43ae-a391-3f93f17ff6d9",
      "resourceName": "pNF 74ac8775-d331",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dea6a02c-4010-48a7-af84-378b557213cb",
      "resourceInvariantUUID": "902ae633-bbf9-43de-90d5-6a686f057097",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
      "artifactChecksum": "ZGM3Y2QwYjFkN2E1MWZkYTFhMTI0YjkyZTYwNGVkZmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "531e577e-f8fd-4c5c-b442-7e662118793a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T08:48:27.566Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T08:48:27.566Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 037482aa-1d4f-4556-a468-1e9baca48c9b ASDC
2021-09-29T08:48:27.566Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e066127-24bc-4a2f-a103-d6666507fb32
ServiceName:Demo_pNF_eJTGrVsQDPJLn7HMGpR9
ServiceVersion:1.0
ServiceUUID:037482aa-1d4f-4556-a468-1e9baca48c9b
ServiceInvariantUUID:ef27b98a-54c3-4a89-8882-e21cef1494f9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
ArtifactUUID:531e577e-f8fd-4c5c-b442-7e662118793a
ArtifactChecksum:ZGM3Y2QwYjFkN2E1MWZkYTFhMTI0YjkyZTYwNGVkZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 74ac8775-d331 0
ResourceCustomizationUUID:c4ab186e-4c60-43ae-a391-3f93f17ff6d9
ResourceInvariantUUID:902ae633-bbf9-43de-90d5-6a686f057097
ResourceName:pNF 74ac8775-d331
ResourceType:PNF
ResourceUUID:dea6a02c-4010-48a7-af84-378b557213cb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-29T08:48:27.566Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 037482aa-1d4f-4556-a468-1e9baca48c9b 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-09-29T08:48:27.607Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:48:27.608Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-29T08:48:27.608Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-29T08:48:27.609Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 531e577e-f8fd-4c5c-b442-7e662118793a from URL: /sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:27.609Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-29T08:48:27.609Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:28.860Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-29T08:48:28.864Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar 531e577e-f8fd-4c5c-b442-7e662118793a 82551
2021-09-29T08:48:28.865Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar ASDC sendASDCNotification
2021-09-29T08:48:28.865Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:28.866Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T08:48:28.866Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:48:28.868Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:48:28.868Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905308865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:48:28.968Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T08:48:28.969Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:48:28.969Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:48:28.981Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:28.981Z||pool-198-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T08:48:29.868Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T08:48:29.869Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-29T08:48:29.870Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 531e577e-f8fd-4c5c-b442-7e662118793a, URL: /sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar to file: /app/ASDC/1/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:29.870Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:29.870Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:29.871Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:30.062Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7389613370687701704/Definitions/service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml
2021-09-29T08:48:30.836Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T08:48:30.837Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-29T08:48:30.837Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:30.837Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-29T08:48:30.837Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:30.838Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:30.838Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:30.838Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 74ac8775-d331 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-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:30.838Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:30.838Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:30.839Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:30.839Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-29T08:48:30.839Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:48:30.839Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_eJTGrVsQDPJLn7HMGpR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:48:30.839Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Node template pNF 74ac8775-d331 0 is matching search criteria
2021-09-29T08:48:30.840Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-29T08:48:30.840Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 74ac8775-d331 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:48:30.841Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:48:30.841Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_eJTGrVsQDPJLn7HMGpR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:48:30.841Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Node template pNF 74ac8775-d331 0 is matching search criteria
2021-09-29T08:48:30.841Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-29T08:48:30.841Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 74ac8775-d331 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T08:48:30.841Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:48:30.842Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_eJTGrVsQDPJLn7HMGpR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:48:30.842Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:48:30.842Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_eJTGrVsQDPJLn7HMGpR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:48:30.842Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:48:30.842Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_eJTGrVsQDPJLn7HMGpR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:48:30.842Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:48:30.842Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_eJTGrVsQDPJLn7HMGpR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:48:30.843Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:48:30.843Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_eJTGrVsQDPJLn7HMGpR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:48:30.843Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_eJTGrVsQDPJLn7HMGpR9
Description:catalog service description
Model UUID:037482aa-1d4f-4556-a468-1e9baca48c9b
Model Version:NULL
Model InvariantUuid:ef27b98a-54c3-4a89-8882-e21cef1494f9
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-09-29T08:48:30.850Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: dea6a02c-4010-48a7-af84-378b557213cb
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-09-29T08:48:30.855Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||pNF 74ac8775-d331 0
2021-09-29T08:48:30.856Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dea6a02c-4010-48a7-af84-378b557213cb
2021-09-29T08:48:30.856Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 037482aa-1d4f-4556-a468-1e9baca48c9b
2021-09-29T08:48:30.856Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 037482aa-1d4f-4556-a468-1e9baca48c9b
2021-09-29T08:48:30.857Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 74ac8775-d331 0 dea6a02c-4010-48a7-af84-378b557213cb 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-09-29T08:48:30.863Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2eb27790, org.onap.sdc.toscaparser.api.parameters.Input@74b52e5e, org.onap.sdc.toscaparser.api.parameters.Input@7d5523df, org.onap.sdc.toscaparser.api.parameters.Input@75f404b, org.onap.sdc.toscaparser.api.parameters.Input@3aeca9c7]
2021-09-29T08:48:30.863Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:48:30.863Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_eJTGrVsQDPJLn7HMGpR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:48:30.864Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 037482aa-1d4f-4556-a468-1e9baca48c9b: pNF 74ac8775-d331
2021-09-29T08:48:30.864Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||Processing PNF resource: dea6a02c-4010-48a7-af84-378b557213cb
2021-09-29T08:48:30.865Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T08:48:30.865Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_eJTGrVsQDPJLn7HMGpR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T08:48:30.866Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||Resource customization UUID: c4ab186e-4c60-43ae-a391-3f93f17ff6d9 is the same as notified resource customizationUUID: c4ab186e-4c60-43ae-a391-3f93f17ff6d9
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-09-29T08:48:30.902Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 74ac8775-d331 dea6a02c-4010-48a7-af84-378b557213cb 0 ASDC deployResourceStructure
2021-09-29T08:48:30.902Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar ASDC sendASDCNotification
2021-09-29T08:48:30.902Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar
2021-09-29T08:48:30.903Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T08:48:30.903Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T08:48:30.905Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T08:48:30.906Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905310902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:48:31.005Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T08:48:31.006Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T08:48:31.006Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:48:31.015Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:48:31.015Z||pool-199-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-29T08:48:31.906Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:48:31.917Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:48:31.919Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:48:31.919Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:48:31.919Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:49:01.920Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:49:01.946Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:49:01.949Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:49:01.949Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:49:01.949Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:49:18.887Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:49:18.889Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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-09-29T08:49:18.889Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:49:18.914Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:49:18.914Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:49:18.915Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632905289554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:49:18.916Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:49:31.949Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:49:31.962Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:49:31.963Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:49:31.964Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:49:31.964Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:50:01.964Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:50:01.973Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:50:01.975Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:50:01.975Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:50:01.975Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:50:18.885Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:50:18.886Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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-09-29T08:50:18.886Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:50:18.908Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:50:18.908Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:50:18.908Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "policy-id",
  "timestamp": 1632905292443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:50:18.909Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:50:31.976Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:50:32.003Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:50:32.005Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:50:32.005Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:50:32.005Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:51:02.007Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:51:02.018Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:51:02.020Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:51:02.020Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T08:51:02.020Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T08:51:18.886Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T08:51:18.887Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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-09-29T08:51:18.887Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|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 9GSWeYDDk9r8LL1g) ...
2021-09-29T08:51:19.417Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T08:51:19.419Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.419Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "cds",
  "timestamp": 1632905295880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.420Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.420Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.420Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.420Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.420Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.420Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "dcae-sch",
  "timestamp": 1632905296091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.420Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.420Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.420Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632905294105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.420Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.421Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.421Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632905289554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:51:19.421Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.421Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.421Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "policy-id",
  "timestamp": 1632905292443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:51:19.421Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.421Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.421Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "clamp",
  "timestamp": 1632905299812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.421Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.421Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.421Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.422Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.422Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.422Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "cds",
  "timestamp": 1632905295880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.422Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.422Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.422Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632905299967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.422Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.422Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.422Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "dcae-sch",
  "timestamp": 1632905296091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.423Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.423Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.423Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632905294105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.423Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.423Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.423Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "clamp",
  "timestamp": 1632905299812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.424Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.424Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.424Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "cds",
  "timestamp": 1632905295880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.424Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.424Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.424Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.425Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.425Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.425Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632905299967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.425Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.425Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.425Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "dcae-sch",
  "timestamp": 1632905296091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.425Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.425Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.425Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632905294105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:51:19.426Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.426Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.426Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "clamp",
  "timestamp": 1632905299812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.426Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.426Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.426Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "cds",
  "timestamp": 1632905295880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.426Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.426Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.426Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.427Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.427Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.427Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632905299967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.427Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.427Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.427Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "dcae-sch",
  "timestamp": 1632905296091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.428Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.428Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.428Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "cds",
  "timestamp": 1632905295880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:51:19.428Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.428Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.428Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "clamp",
  "timestamp": 1632905299812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.428Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.429Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.429Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.429Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.429Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.429Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "policy-id",
  "timestamp": 1632905303591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:51:19.429Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.429Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.429Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632905299967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.430Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.430Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.430Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "dcae-sch",
  "timestamp": 1632905296091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.430Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.430Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.430Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632905304514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:51:19.431Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.431Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.431Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "clamp",
  "timestamp": 1632905299812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.431Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.431Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.431Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.432Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.432Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.432Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "policy-id",
  "timestamp": 1632905304596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:51:19.432Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.433Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.433Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632905299967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.433Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.433Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.434Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "clamp",
  "timestamp": 1632905299812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.434Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.434Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.434Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.434Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.435Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.435Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "policy-id",
  "timestamp": 1632905305601,
  "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-09-29T08:51:19.440Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e066127-24bc-4a2f-a103-d6666507fb32
2021-09-29T08:51:19.440Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e066127-24bc-4a2f-a103-d6666507fb32 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-09-29T08:51:19.454Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.454Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632905299967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-29T08:51:19.454Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.455Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.455Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "aai-ml",
  "timestamp": 1632905305157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.455Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.455Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.455Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "cds",
  "timestamp": 1632905306016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:51:19.455Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.455Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.455Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632905306513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:51:19.456Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.456Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.456Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "clamp",
  "timestamp": 1632905299812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.456Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.457Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.457Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905298883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:51:19.457Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.457Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.457Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632905299967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.457Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.458Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.458Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "aai-ml",
  "timestamp": 1632905305157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.458Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.458Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.458Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "cds",
  "timestamp": 1632905307026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-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-09-29T08:51:19.462Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e066127-24bc-4a2f-a103-d6666507fb32
2021-09-29T08:51:19.462Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e066127-24bc-4a2f-a103-d6666507fb32 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-09-29T08:51:19.469Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.469Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632905307516,
  "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-09-29T08:51:19.473Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e066127-24bc-4a2f-a103-d6666507fb32
2021-09-29T08:51:19.473Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e066127-24bc-4a2f-a103-d6666507fb32 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-09-29T08:51:19.481Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.481Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "clamp",
  "timestamp": 1632905299812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:51:19.481Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.481Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.482Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632905299967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.482Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.482Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.482Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "aai-ml",
  "timestamp": 1632905305157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.482Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.482Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.482Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "aai-ml",
  "timestamp": 1632905305157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.482Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.482Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.482Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905308865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:51:19.483Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.483Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.483Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632905309805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:51:19.483Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.483Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.483Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "aai-ml",
  "timestamp": 1632905305157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.483Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.483Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.483Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632905310820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T08:51:19.483Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.484Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.484Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "aai-ml",
  "timestamp": 1632905305157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/resourceInstances/pnf74ac8775d3310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.484Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.484Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.484Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632905310902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:51:19.484Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.484Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.484Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632905311823,
  "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-09-29T08:51:19.489Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5e066127-24bc-4a2f-a103-d6666507fb32
2021-09-29T08:51:19.489Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e066127-24bc-4a2f-a103-d6666507fb32 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-09-29T08:51:19.499Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.500Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "aai-ml",
  "timestamp": 1632905305157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T08:51:19.500Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.500Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.500Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "aai-ml",
  "timestamp": 1632905305157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T08:51:19.500Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-29T08:51:19.500Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.500Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "aai-ml",
  "timestamp": 1632905314049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:51:19.500Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.500Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.500Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "clamp",
  "timestamp": 1632905314728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T08:51:19.501Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.501Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.501Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "clamp",
  "timestamp": 1632905316738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:51:19.501Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.501Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.501Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "clamp",
  "timestamp": 1632905317741,
  "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-09-29T08:51:19.516Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e066127-24bc-4a2f-a103-d6666507fb32
2021-09-29T08:51:19.516Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e066127-24bc-4a2f-a103-d6666507fb32 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-09-29T08:51:19.524Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.524Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "aai-ml",
  "timestamp": 1632905322299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjtgrvsqdpjln7hmgpr9/1.0/artifacts/service-DemoPnfEjtgrvsqdpjln7hmgpr9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T08:51:19.524Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T08:51:19.524Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T08:51:19.524Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e066127-24bc-4a2f-a103-d6666507fb32",
  "consumerID": "aai-ml",
  "timestamp": 1632905323302,
  "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-09-29T08:51:19.534Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e066127-24bc-4a2f-a103-d6666507fb32
2021-09-29T08:51:19.534Z|0af16dd4-6bc1-41f5-90d1-013ec1ca2ec2|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e066127-24bc-4a2f-a103-d6666507fb32 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-09-29T08:51:32.020Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T08:51:32.032Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e066127-24bc-4a2f-a103-d6666507fb32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-29T08:51:32.035Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T08:51:32.036Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T08:51:32.036Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T08:51:32.036Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T08:51:32.036Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:51:32.036Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:51:32.036Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:51:32.036Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:51:32.036Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:51:32.037Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:51:32.037Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T08:51:32.037Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T08:51:32.042Z|5e066127-24bc-4a2f-a103-d6666507fb32|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution